diff --git a/doc/release-process.md b/doc/release-process.md --- a/doc/release-process.md +++ b/doc/release-process.md @@ -13,7 +13,6 @@ - Any known issues or limitations should be documented in release notes - Known bugs should have tickets - Run `arc lint --everything` and check there is no linter error - - Verify IBD with `-checkpoints=0 -assumevalid=0` 3. Update the documents / code which needs to be updated every release - Check that doc/release-notes.md is complete, and fill in any missing items. @@ -34,34 +33,36 @@ 4. Add git tag for release +5. Increment version number for the next release in: + - doc/release-notes.md (and copy existing one to versioned doc/release-notes/*.md) + - configure.ac + - src/config/CMakeLists.txt + - contrib/gitian-descriptors/*.yml (before a new major release) + - contrib/seeds/makeseeds.py (only after a new major release) + ## Release -5. Create Gitian Builds (see [gitian-building.md](/doc/gitian-building.md)) +6. Create Gitian Builds (see [gitian-building.md](/doc/gitian-building.md)) + +7. Verify matching Gitian Builds, gather signatures + +8. Notify maintainers of Ubuntu PPA, AUR, and Docker images to build their packages. -6. Verify matching gitian builds, gather signatures +9. Verify IBD with `-checkpoints=0 -assumevalid=0` -7. Upload gitian build to [bitcoinabc.org](https://download.bitcoinabc.org/) +10. Upload Gitian Builds to [bitcoinabc.org](https://download.bitcoinabc.org/) -8. Create a [GitHub release](https://github.com/Bitcoin-ABC/bitcoin-abc/releases). +11. Create a [GitHub release](https://github.com/Bitcoin-ABC/bitcoin-abc/releases). The Github release name should be the same as the tag (without the prepended 'v'), and the contents of the release notes should be copied from release-notes.md. ## After Release -9. Notify maintainers of Ubuntu PPA, AUR, and Docker images to build their packages. - -10. Increment version number in: - - doc/release-notes.md (and copy existing one to versioned doc/release-notes/*.md) - - configure.ac - - src/config/CMakeLists.txt - - contrib/gitian-descriptors/*.yml (before a new major release) - - contrib/seeds/makeseeds.py (only after a new major release) - -11. Update version number on www.bitcoinabc.org +12. Update version number on www.bitcoinabc.org -12. Publish signed checksums (various places, e.g. blog, reddit/r/BitcoinABC) +13. Publish signed checksums (various places, e.g. blog, reddit/r/BitcoinABC) -13. Announce Release: +14. Announce Release: - [Reddit](https://www.reddit.com/r/BitcoinABC/) - Twitter @Bitcoin_ABC - Public slack channels friendly to Bitcoin ABC announcements