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 a229821 commit 0fc4b00Copy full SHA for 0fc4b00
bin/gren.js
@@ -0,0 +1,3 @@
1
+#!/usr/bin/env node
2
+
3
+var githubReleaseNotes = require('../github-release-notes.js');
package.json
@@ -2,6 +2,9 @@
"name": "github-release-notes",
"version": "0.1.0",
4
"description": "Node module to publish release notes based on commits between the last two tags.",
5
+ "bin": {
6
+ "gren": "bin/github-release-notes.js"
7
+ },
8
"main": "github-release-notes.js",
9
"scripts": {
10
"test": "echo \"Error: no test specified\" && exit 1"
0 commit comments