doc: releasing.md update

This commit is contained in:
Christian Kamm 2024-02-28 15:49:18 +01:00
parent aa9bc8b1f1
commit fd5914f1fc
1 changed files with 6 additions and 7 deletions

View File

@ -7,19 +7,18 @@
- 4MangoMjqJ2firMokCjjGgoK8d4MXcrgL7XJaL3w6fVg is the address of the Mango v4 Program
- FP4PxqHTVzeG2c6eZd7974F9WvKUSdBeduUK3rjYyvBw is the address of the Mango v4 Program Governance
- Check out the latest version of the `dev` branch
- Assuming there's a release branch (like release/program-v0.22.0)
with a completed audit and an updated changelog.
- Update the changelog
git log program-v0.11.0..HEAD -- programs/mango-v4/
- Check out the release branch
- Make sure the version is bumped in programs/mango-v4/Cargo.toml
- Update the idl ./update-local-idl.sh
- Update the idl ./update-local-idl.sh and verify that there's no difference
- Run the tests to double check
- Run the tests to double check there are no failures
- Tag and push
- Tag (`git tag program-v0.xy.z HEAD`) and push it (`git push <tag>`)
- Do a verifiable build