changelog_output
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "changelog_output", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "", | ||
"main": "index.js", | ||
"scripts": { | ||
"generate": "node index.js", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
@@ -23,3 +22,6 @@ }, | ||
"command-line-args": "^5.2.1" | ||
}, | ||
"bin": { | ||
"cogenerate": "./cli.js" | ||
} | ||
} |
@@ -8,7 +8,3 @@ # Changelog Output | ||
``` | ||
npm run generate | ||
or | ||
node index.js | ||
./node_modules/.bin/cogenerate | ||
``` | ||
@@ -42,2 +38,5 @@ | ||
``` | ||
alias the bin command inside your package.json as a script | ||
assuming "generate: ./node_modules/.bin/cogenerate" | ||
npm run generate -- --writeOutput false --fileName CHANGELOG.md --link https://some/path/to/ --slack my/secret/ending/url | ||
@@ -44,0 +43,0 @@ ``` |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
7566
171
64
1