We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e29147 commit a1a4014Copy full SHA for a1a4014
package.json
@@ -18,10 +18,9 @@
18
},
19
"homepage": "https://github.com/unexpectedjs/unexpected-documentation-site-generator",
20
"scripts": {
21
- "changelog": "offline-github-changelog > CHANGELOG.md",
22
"lint": "eslint .",
23
"preversion": "npm run lint",
24
- "postversion": "npm run changelog && git add CHANGELOG.md && git commit --allow-empty -m 'Update changelog'"
+ "version": "offline-github-changelog --next=${npm_package_version} > CHANGELOG.md && git add CHANGELOG.md"
25
26
"dependencies": {
27
"async": "3.2.0",
0 commit comments