Skip to content

Commit f9145db

Browse files
committed
Make copy pasteable
1 parent f5b64b8 commit f9145db

File tree

1 file changed

+19
-9
lines changed

1 file changed

+19
-9
lines changed

RELEASE.md

Lines changed: 19 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,21 @@
11
# Release Checklist
22

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

0 commit comments

Comments
 (0)