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 58d7b10 commit c8b8725Copy full SHA for c8b8725
README.md
@@ -1,7 +1,7 @@
1
# grunt-github-release-notes
2
3
> Grunt module to publish release notes based on commits between the last two tags.
4
-> This module is using [github-release-notes](https://github.com/alexcanessa/github-release-notes).
+This module is using [github-release-notes](https://github.com/alexcanessa/github-release-notes).
5
6
## Getting Started
7
This plugin requires Grunt `~0.4.5`
@@ -41,4 +41,4 @@ 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`
0 commit comments