File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11# github-release-notes
2- Node module to publish release notes based on commits between the last two tags.
2+ Node module which generates a release from the latest tag and compiles release notes based on commit messages between the last two tags.
33
44## Installation
55
@@ -11,7 +11,7 @@ npm install github-release-notes --save-dev
1111
1212## Usage
1313
14- You can run the command via the terminal (the three arguments ar all required):
14+ You can run the command via the terminal (the three arguments are all required):
1515
1616```
1717node github-release-notes --token=[token] --username=[username] --repo=[repo name]
@@ -25,4 +25,4 @@ There are optional arguments such as:
2525
2626- ` --draft=true ` To set the release as a draft
2727- ` --prerelease=true ` To set the release as a prerelease
28- - ` --prefix= ` Add a prefix to the tag version ` e.g. v1.0.1 `
28+ - ` --prefix=v ` Add a prefix to the tag version ` e.g. v1.0.1 `
You can’t perform that action at this time.
0 commit comments