File tree Expand file tree Collapse file tree 1 file changed +19
-9
lines changed Expand file tree Collapse file tree 1 file changed +19
-9
lines changed Original file line number Diff line number Diff line change 1
1
# Release Checklist
2
2
3
- - Make changes and or merge PRs.
4
- - Document changes in a gh-release draft. If no draft exists, create one.
5
- - ` git checkout master `
6
- - ` git pull `
7
- - ` yarn `
8
- - ` npm version [ major | minor | patch ] -m "Upgrade to %s for reasons" `
9
- - ` git push && git push --tags `
10
- - ` npm publish `
11
- - Assign draft gh-release to new tag and publish release notes.
3
+ Make a release tracking issue with the following template.
4
+
5
+ ``` md
6
+
7
+ - [ ] Make changes and or merge PRs.
8
+ - [ ] Document changes in a gh-release draft. If no draft exists, create one.
9
+ - [ ] `git checkout master`
10
+ - [ ] `git pull`
11
+ - [ ] `yarn`
12
+ - [ ] `npm version [ major | minor | patch ] -m "Upgrade to %s for reasons"`
13
+ - [ ] `git push && git push --tags`
14
+ - [ ] `npm publish`
15
+ - [ ] Assign draft gh-release to new tag and publish release notes.
16
+
17
+ ```
18
+
19
+ Helpful changelog / release tools:
20
+
21
+ - https://github.com/rvagg/changelog-maker
You can’t perform that action at this time.
0 commit comments