We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cd7ccd commit 3707694Copy full SHA for 3707694
README.md
@@ -1,3 +1,17 @@
1
# Overmind
2
3
-Visit website for more information: [www.overmindjs.org](https://www.overmindjs.org).
+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
15
+$ git merge --ff-only next
16
+$ git push
17
+```
0 commit comments