@@ -31,7 +31,20 @@ The github release workflow will then create the release candidate along with th
3131Ensure the release candidate is announced on the [ OWASP Threat Dragon] [ td-slack ] slack channel
3232and any other relevant channels
3333
34- ## Tag the release
34+ Reset the build state to 'latest'; this is displayed on the demo site:
35+
36+ 1 . revert ` buildState ` in ` td.vue/package.json ` back to ` -latest `
37+ 2 . revert version, for example ` "version": "2.3.0", ` , in ` td.vue/package.json ` ,
38+ in ` package.json ` and ` td.server/package.json `
39+ 3 . ensure that the package-lock files are up to date using ` npm install `
40+ 4 . ` git add --all; git status `
41+ 5 . ` git commit -m"set build version back to latest" `
42+ 6 . ` git push `
43+
44+
45+ ## Create the release
46+
47+ ### Tag the release
3548
3649After the releases candidate has been agreed by the Threat Dragon community, a release version can be prepared:
3750
@@ -233,12 +246,12 @@ and any other relevant channels such as [Blue Sky](https://bsky.app/profile/thre
233246
234247### Tidy up
235248
236- Reset the build state to 'latest'; this is displayed on the demo site:
249+ Revert the build state back to 'latest'; this build state is displayed on the demo site:
237250
238- 1 . update ` buildState ` in ` td.vue/package.json ` away from "" to ` -latest `
251+ 1 . update ` buildState ` in ` td.vue/package.json ` from "" to ` -latest `
2392522 . ensure that the package-lock files are up to date using ` npm install `
2402533 . ` git add --all; git status `
241- 4 . ` git commit -m"set latest build version" `
254+ 4 . ` git commit -m"set build version to latest " `
2422555 . ` git push `
243256
244257[ altool ] : https://successfulsoftware.net/2023/04/28/moving-from-altool-to-notarytool-for-mac-notarization/
0 commit comments