- Create a new git branch:
release/vX.Y.Z
.
- Follows semver 2.0
- Run all tests against hedera-local-node. Stop local-node once the tests are completed.
swift test
- Create a new tag.
git push -a <version> -m <version>
- Once branch has been approved and merged to main, document added features pertaining to the newest release.