Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
DuniterPy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
clients
python
DuniterPy
Commits
dfee578a
Commit
dfee578a
authored
5 years ago
by
Vincent Texier
Browse files
Options
Downloads
Patches
Plain Diff
[enh]
#104
add CONTRIBUTE.md file with release workflow
parent
177700aa
No related branches found
No related tags found
1 merge request
!101
Release 0.57.0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CONTRIBUTE.md
+18
-0
18 additions, 0 deletions
CONTRIBUTE.md
with
18 additions
and
0 deletions
CONTRIBUTE.md
0 → 100644
+
18
−
0
View file @
dfee578a
# Contribute guide
## Release workflow
To handle a release, you have to respect this workflow:
*
Verify all features and bug fixes are merged in the
`dev`
branch.
*
Checkout on the
`dev`
branch
*
Update the
`CHANGELOG.md`
file and commit
*
Run the
`release.sh`
script with the version semantic number as argument:
```
bash
./release.sh 0.50.0
```
*
A new commit is added with the version number and a tag in git.
*
Merge all new commits from
`dev`
to
`master`
on GitLab with a merge request.
*
Release on PyPI from the GitLab pipeline manual job of the
`master`
branch.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment