You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-7Lines changed: 10 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,14 @@
1
1
# node-generate-release
2
-
Generate a release for a project following semver using nodejs and gitflow
2
+
Generate a release for a project following semver using nodejs and
3
+
[gitflow](https://github.com/petervanderdoes/gitflow-avh) or
4
+
[git-stream](https://github.com/mrkmg/git-stream)
3
5
4
6
[](https://travis-ci.org/mrkmg/node-generate-release/branches)
var_this=_super.call(this,"generate-release\n\n-p, --package FILE Path to package.json file. Default: ./package.json\n-c, --current-version VERSION Current Version. Default: read from package.json\n-v, --next-version VERSION Next Version. Default: automatically bumps\n-t, --release-type TYPE Release Type: patch, minor, major. Ignored when next-version is given.\n Default: prompt, if next-version is undefined\n-n, --no-confirm Do not ask for confirmation. Default: prompt for confirmation\n-l, --skip-git-pull Do not pull from origin and rebase master and dev. Default: Do pull\n-s, --skip-git-push Do not push to origin when complete. Default: Do push\n-f, --skip-git-flow-finish Do not finish git-flow release. Default: Do finish\n-d, --release-file FILE Path to your .release.json file. Default: ./.release.json\n-o, --remote REMOTE Change the remote. Default: origin\n-q, --quiet Less output. Default: Do show output\n-m, release-message [MESSAGE] Set a release message. If no message given, prompt for one. Will replace\n \"{version}\" with the next version. Default: Release {version}\n\n"+(post ? post : "")+"\n")||this;
22
+
var_this=_super.call(this,"generate-release\n\n-p, --package FILE Path to package.json file. Default: ./package.json\n-c, --current-version VERSION Current Version. Default: read from package.json\n-v, --next-version VERSION Next Version. Default: automatically bumps\n-t, --release-type TYPE Release Type: patch, minor, major. Ignored when next-version is given.\n Default: prompt, if next-version is undefined\n-n, --no-confirm Do not ask for confirmation. Default: prompt for confirmation\n-l, --skip-git-pull Do not pull from origin and rebase master and dev. Default: Do pull\n-s, --skip-git-push Do not push to origin when complete. Default: Do push\n-f, --skip-git-flow-finish, Do not finish git-flow release. Default: Do finish\n --skip-finish\n-d, --release-file FILE Path to your .release.json file. Default: ./.release.json\n-o, --remote REMOTE Change the remote. Default: origin\n-q, --quiet Less output. Default: Do show output\n-m, release-message [MESSAGE] Set a release message. If no message given, prompt for one. Will replace\n \"{version}\" with the next version. Default: Release {version}\n\n"+(post ? post : "")+"\n")||this;
0 commit comments