File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 4
4
- [ ] Document changes in a gh-release draft. If no draft exists, create one.
5
5
- [ ] ` git checkout master `
6
6
- [ ] ` git pull `
7
- - [ ] ` yarn `
8
- - [ ] ` npm version [ major | minor | patch ] -m "Upgrade to %s for reasons" `
7
+ - [ ] ` npm version [ major | minor | patch ] `
9
8
- [ ] ` 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 .
11
10
- [ ] ` npm publish `
12
11
13
12
Helpful changelog / release tools:
Original file line number Diff line number Diff line change @@ -15,4 +15,4 @@ console.log("copying release files");
15
15
exec ( "cp build/* releases/" + version ) ;
16
16
17
17
console . log ( "stage release artifiacts" ) ;
18
- exec ( "git add releases/" + version )
18
+ exec ( "git add releases/" + version ) ;
You can’t perform that action at this time.
0 commit comments