File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -9,11 +9,11 @@ $ git checkout next
99$ git pull
1010$ npm install # make sure any new dependencies are installed
1111$ npm install --no-save nodegit # needed for "repo-cooker --release"
12-  $ npm run release -- --dry-run --print-release # and check release notes
13-  $ git checkout master
12+ $ npm run release -- --dry-run --print-release # and check release notes
13+ $ git checkout master
1414$ git pull
15-  $ git merge --ff-only next
16-  $ git push
15+ $ git merge --ff-only next
16+ $ git push
1717```
1818
19- VSCode extension is released via ` .travis.yml ` due to limitations of the publishing tool that is unable to use root node_modules folder
19+ VSCode extension is released via ` .travis.yml ` due to limitations of the publishing tool that is unable to use root node_modules folder
You can’t perform that action at this time.
0 commit comments