Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 360 Bytes

RELEASE.md

File metadata and controls

10 lines (8 loc) · 360 Bytes

How to release

For test releases, use a -test suffix to the tag, for example "v0.6.0-test", for actual releases, just use the normal version name, for example "v0.6.0".

  1. Update __version__ in oscpy/__init__.py
  2. Update CHANGELOG.md
  3. Call git commit oscpy/__init__.py CHANGELOG.md
  4. Call git tag --sign [version]
  5. Call git push --tags