diff --git a/Creating-a-prod-stable-release.md b/Creating-a-prod-stable-release.md index 42837df..ccfaa7a 100644 --- a/Creating-a-prod-stable-release.md +++ b/Creating-a-prod-stable-release.md @@ -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` -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 \ No newline at end of file +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 \ No newline at end of file