Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 571 Bytes

RELEASE.md

File metadata and controls

11 lines (10 loc) · 571 Bytes

Release process for SWIFT SDK

Release

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