Skip to content

Commit cb7552f

Browse files
committed
Update contributing with release info
1 parent 1a65cdf commit cb7552f

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CONTRIBUTING.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Use the issues tracker for:
99
- [bug reports](#bug-reports)
1010
- [feature requests](#feature-requests)
1111
- [submitting pull requests](#pull-requests)
12+
- [releasing](#release)
1213

1314
## Bug reports
1415

@@ -50,3 +51,16 @@ not want to merge into the project.
5051

5152
Please adhere to the coding conventions in the project (indentation,
5253
accurate comments, etc.).
54+
55+
56+
## Release
57+
58+
1. Update version in CHANGELOG.md and add notes
59+
1. If possible link the pull request of the changes and mention the author of the pull request
60+
2. Create new commit
61+
1. `git add CHANGELOG.md`
62+
1. `git commit -m "changelog for v0.45.0"`
63+
3. Make a new version tag (for example, `v0.45.0`)
64+
1. `git tag v0.45.0`
65+
4. Push changes to the repo.
66+
1. `git push --atomic origin main v0.45.0`

0 commit comments

Comments
 (0)