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 bb352da commit 00cb218Copy full SHA for 00cb218
bin/release.js
@@ -184,7 +184,7 @@ if (incementPackageVersion.code === 0) {
184
}
185
186
// commit package version change on master branch
187
-const packageVersionCommit = shell.exec('git commit --all -m "Update package version."', silent)
+const packageVersionCommit = shell.exec(`git commit --all -m "${incementPackageVersion}"`, silent)
188
if (packageVersionCommit.code === 0) {
189
shell.echo(`Committed package version update on ${MASTER_BRANCH_NAME} branch.`)
190
} else {
0 commit comments