Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 442 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (11 loc) · 442 Bytes

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
    2. 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