Updated Creating a prod stable release (markdown)

jLynx 2023-05-06 08:03:32 +12:00
parent 4f8dfc0807
commit e339d04685

@ -6,4 +6,7 @@ To create a prod/stable release, first go to https://github.com/eried/portapack-
* `version.txt` needs to be the version you want for your new release. So from the example above, that would be `v1.1.0` * `version.txt` needs to be the version you want for your new release. So from the example above, that would be `v1.1.0`
Once that is done then you need to create the draft stable release. You can do this by running the stable release pipeline https://github.com/eried/portapack-mayhem/actions/workflows/create_stable_release.yml Once that is done then you need to create the draft stable release. You can do this by running the stable release pipeline https://github.com/eried/portapack-mayhem/actions/workflows/create_stable_release.yml
Once all is done, create a PR to merge the `next` branch into the `master` branch