File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 11# grunt-github-release-notes
22
3+ [ ![ npm version] ( https://badge.fury.io/js/grunt-github-release-notes.svg )] ( https://badge.fury.io/js/grunt-github-release-notes )
4+
35> Grunt module to publish release notes based on commits between the last two tags.
46 This module is using [ github-release-notes] ( https://github.com/alexcanessa/github-release-notes ) .
57
8+
69## Getting Started
710This plugin requires Grunt ` ~0.4.5 `
811
@@ -42,4 +45,4 @@ There are optional arguments such as:
4245- ` draft: true ` To set the release as a draft. Default: ` false `
4346- ` prerelease: true ` To set the release as a prerelease. Default: ` false `
4447- ` 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 `
48+ - ` force: 'true' ` Fails the task if the task presents any errors. Default: ` false `
You can’t perform that action at this time.
0 commit comments