From e339d04685e4a6f60fdb706ae0b34337b1286141 Mon Sep 17 00:00:00 2001 From: jLynx Date: Sat, 6 May 2023 08:03:32 +1200 Subject: [PATCH] Updated Creating a prod stable release (markdown) --- Creating-a-prod-stable-release.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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