-
Notifications
You must be signed in to change notification settings - Fork 154
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
39aa777
commit d524b0a
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Contributing | ||
|
||
|
||
## Release | ||
|
||
1. Update version in CHANGELOG.md and add notes | ||
1. If possible link the pull request of the changes and mention the author of the pull request | ||
2. Create new commit | ||
1. `git add CHANGELOG.md` | ||
1. `git commit -m "changelog for v0.45.0"` | ||
3. Make a new version tag (for example, `v0.45.0`) | ||
1. `git tag v0.45.0` | ||
4. Push changes to the repo. | ||
1. `git push --atomic [insert-remote-branch] main v0.45.0` |