From fd5914f1fc14d0099426a9f17f09286f2ced3466 Mon Sep 17 00:00:00 2001 From: Christian Kamm Date: Wed, 28 Feb 2024 15:49:18 +0100 Subject: [PATCH] doc: releasing.md update --- RELEASING.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/RELEASING.md b/RELEASING.md index 01496df95..74703dd03 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -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 `) - Do a verifiable build