Skip to content

Commit d5de571

Browse files
committed
NPM version added to the readme file
1 parent 3c060bd commit d5de571

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
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
710
This 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`

0 commit comments

Comments
 (0)