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 4479650 commit 985b31bCopy full SHA for 985b31b
README.md
@@ -41,4 +41,5 @@ There are optional arguments such as:
41
42
- `draft: true` To set the release as a draft. Default: `false`
43
- `prerelease: true` To set the release as a prerelease. Default: `false`
44
-- `prefix: 'v'` Add a prefix to the tag version `e.g. v1.0.1`
+- `prefix: 'v'` Add a prefix to the tag version `e.g. v1.0.1`.
45
+- `force: 'true'` Fails the task if the task presents any errors. Default: `false`
package.json
@@ -36,6 +36,6 @@
36
"gruntplugin"
37
],
38
"dependencies": {
39
- "github-release-notes": "^0.2.2"
+ "github-release-notes": "^0.3.0"
40
}
0 commit comments