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 3241dc6 commit 5d52b16Copy full SHA for 5d52b16
package.json
@@ -4,7 +4,7 @@
4
"description": "Node module to publish release notes based on commits between the last two tags.",
5
"main": "./lib/github-release-notes.js",
6
"scripts": {
7
- "install": "node github-release-notes.js",
+ "start": "node github-release-notes.js",
8
"test": "echo \"Error: no test specified\" && exit 1"
9
},
10
"repository": {
0 commit comments