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 31d02d4 commit d866fe8Copy full SHA for d866fe8
.npmrc
@@ -0,0 +1 @@
1
+message="release: %s"
package.json
@@ -26,7 +26,8 @@
26
"build": "./build_all.sh",
27
"setup-ci": "./build_metadata_generator.sh",
28
"update-version": "./update_version.sh",
29
- "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
+ "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
30
+ "version": "npm run changelog && git add CHANGELOG.md"
31
},
32
"license": "Apache-2.0",
33
"devDependencies": {
0 commit comments