You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Node module which generates a release from the latest tag and compiles release notes based on commit messages between the last tag and the latest release.
5
+
> Node module which generates a release from the latest tag and compiles release notes based on commit messages between the last tag and the latest release.
6
6
7
7
## Installation
8
8
9
+
The plugin requires Node `^0.12.`, since is using Promises.
10
+
9
11
Install `github-release-notes` via npm:
10
12
11
-
```
13
+
```shell
12
14
npm install github-release-notes --save-dev
13
15
```
14
16
15
17
## Usage
16
18
17
19
You can run the command via the terminal (the three arguments are all required):
0 commit comments