File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff 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
5152Please adhere to the coding conventions in the project (indentation,
5253accurate 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 `
You can’t perform that action at this time.
0 commit comments