You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE_CHECKLIST.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,3 +19,14 @@
19
19
- See [npm-license-report](https://github.com/wh-spm-scratch/npm-license-report?tab=readme-ov-file#npm-license-report) repo for steps to generate the new license file
20
20
- Go to [Release Management issues github](https://github.com/WH-GovSPM-Doc/SPM-Release-Management/issues/new/choose) and create a new "Unsupported asset release" PR
21
21
- Fill in the above PR
22
+
5. Create a tag
23
+
- Make sure you are on the correct commit (typically the latest commit on main)
24
+
-`git tag -a 1.0.0 -m "1.0.0"`
25
+
-`git push origin 1.0.0`
26
+
6. In GitHub:
27
+
- Click "Releases"
28
+
- Click "Draft new release"
29
+
- Select the tag
30
+
- The release title should be the same as the tag, e.g. "1.0.0"
0 commit comments