Skip to content

Commit 985b31b

Browse files
committed
Adding the force to the readme and update the minimum version needed
1 parent 4479650 commit 985b31b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,5 @@ There are optional arguments such as:
4141

4242
- `draft: true` To set the release as a draft. Default: `false`
4343
- `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`
44+
- `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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@
3636
"gruntplugin"
3737
],
3838
"dependencies": {
39-
"github-release-notes": "^0.2.2"
39+
"github-release-notes": "^0.3.0"
4040
}
4141
}

0 commit comments

Comments
 (0)