Updated How to release a new version (markdown)

Tom 2023-02-02 21:09:17 +00:00
parent 39efb26249
commit 7789d9d896

@ -7,7 +7,10 @@ The process for maintainers.
1. Delete changes files. 1. Delete changes files.
1. Commit and push to gha-build branch. 1. Commit and push to gha-build branch.
1. Download artifacts from gha-build Action. Test with `tools/gha-release` or equivalent. 1. Download artifacts from gha-build Action. Test with `tools/gha-release` or equivalent.
1. Make version tag and push it. 1. Make version tag.
1. Merge master/release into gha-build.
1. If minor version: merge master into release.
1. Push all above.
1. [Make release on GitHub](https://github.com/tmewett/BrogueCE/releases/new). 1. [Make release on GitHub](https://github.com/tmewett/BrogueCE/releases/new).
{summary} {summary}