Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 304 Bytes

MAINTENANCE.md

File metadata and controls

9 lines (7 loc) · 304 Bytes

Maintenance

Create a release

  1. export NEW_NOIS_CONTRACTS_VERSION=0.9.0
  2. Run ./devtools/set_version.sh "$NEW_NOIS_CONTRACTS_VERSION"
  3. Set release version and date in CHANGELOG.md and amend the commit from 1.
  4. Run git tag "v$NEW_NOIS_CONTRACTS_VERSION"
  5. git push && git push --tags