Skip to content

Commit 376134e

Browse files
Merge branch 'next' of https://github.com/cerebral/overmind into next
2 parents dba117d + 014ee74 commit 376134e

File tree

7 files changed

+1236
-1295
lines changed

7 files changed

+1236
-1295
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)