Skip to content

Commit 393d608

Browse files
committed
Release notes
1 parent d73de4e commit 393d608

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

RELEASE.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
# Release Checklist
22

33
- Make changes and or merge PRs.
4-
- Document changes in a gh release draft. If no draft is created, create one.
4+
- Document changes in a gh-release draft. If no draft is created, create one.
55
- `git checkout master`
66
- `git pull`
77
- `yarn`
88
- `npm version [ major | minor | patch ] -m "Upgrade to %s for reasons"`
99
- `git push && git push --tags`
1010
- `npm publish`
11+
- Assign draft gh-release to new tag and publish release notes.

0 commit comments

Comments
 (0)