Skip to content

Commit 26f4e61

Browse files
authored
Merge pull request #95 from merative/ab/update-release-notes
Update release notes
2 parents 8cf515b + ed834a3 commit 26f4e61

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

RELEASE_CHECKLIST.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,14 @@
1919
- 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
2020
- 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
2121
- 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"
31+
- Fill in the description
32+
- Click "Publish release"

0 commit comments

Comments
 (0)