Skip to content

Commit 3707694

Browse files
feat(overmind): add release procedure
1 parent 4cd7ccd commit 3707694

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
11
# Overmind
22

3-
Visit website for more information: [www.overmindjs.org](https://www.overmindjs.org).
3+
Visit website for more information: [www.overmindjs.org](https://www.overmindjs.org).
4+
5+
## Release procedure
6+
7+
```sh
8+
$ git checkout next
9+
$ git pull
10+
$ npm install # make sure any new dependencies are installed
11+
$ 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
14+
$ git pull
15+
$ git merge --ff-only next
16+
$ git push
17+
```

0 commit comments

Comments
 (0)