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 7af4340 commit ae8fe17Copy full SHA for ae8fe17
projects/angular-material-extensions/pages/package.json
@@ -77,7 +77,7 @@
77
"npm run clean"
78
],
79
"after:bump": "echo \"building lib v${version}... \" && npm run build",
80
- "before:git:release": "echo \"Updating CHANGELOG.md for v${version} \" && git commit -m \"docs(lib): Updating CHANGELOG.md for v${version} \" ../../../CHANGELOG.md",
+ "before:git:release": "echo \"Updating CHANGELOG.md for v${version} \" && git commit -m \"docs(lib): updating CHANGELOG.md for v${version} \" ../../../CHANGELOG.md",
81
"after:release": "echo Successfully released ${name} v${version} to ${repo.repository}.",
82
"before:npm": "echo building the library..."
83
}
0 commit comments