File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -46,3 +46,4 @@ There are optional arguments such as:
4646- ` prerelease: true ` To set the release as a prerelease. Default: ` false `
4747- ` prefix: 'v' ` Add a prefix to the tag version ` e.g. v1.0.1 ` .
4848- ` force: true ` Doesn't fail the task if the task presents any errors. Default: ` false `
49+ - ` includeMessages: merges/commits/all ` used to filter the messages added to the release notes. Default: ` commits `
Original file line number Diff line number Diff line change 11{
22 "name" : " grunt-github-release-notes" ,
33 "description" : " Grunt plugin for the npm github-release-notes" ,
4- "version" : " 0.2.1 " ,
4+ "version" : " 0.3.0 " ,
55 "homepage" : " https://github.com/alexcanessa/grunt-github-release-notes" ,
66 "author" : {
77 "name" : " Alex Canessa" ,
3636 " gruntplugin"
3737 ],
3838 "dependencies" : {
39- "github-release-notes" : " ^0.3 .0"
39+ "github-release-notes" : " ^0.4 .0"
4040 }
4141}
You can’t perform that action at this time.
0 commit comments