Skip to content

Commit cd86741

Browse files
committed
Improve instructions
1 parent 9feab99 commit cd86741

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

RELEASE.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,9 @@
44
- [ ] Document changes in a gh-release draft. If no draft exists, create one.
55
- [ ] `git checkout master`
66
- [ ] `git pull`
7-
- [ ] `yarn`
8-
- [ ] `npm version [ major | minor | patch ] -m "Upgrade to %s for reasons"`
7+
- [ ] `npm version [ major | minor | patch ]`
98
- [ ] `git push && git push --tags`
10-
- [ ] Assign draft gh-release to new tag and publish release notes.
9+
- [ ] Assign draft gh-release to new tag and publish release notes and double check everything looks right.
1110
- [ ] `npm publish`
1211

1312
Helpful changelog / release tools:

script/release.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ console.log("copying release files");
1515
exec("cp build/* releases/" + version);
1616

1717
console.log("stage release artifiacts");
18-
exec("git add releases/" + version)
18+
exec("git add releases/" + version);

0 commit comments

Comments
 (0)