Skip to content

Commit 300b4bf

Browse files
sibiraj-salan-agius4
authored andcommitted
fix: release commit message formatting
1 parent d26f72d commit 300b4bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
"postbuild": "node ./scripts/postbuild.js",
116116
"schema": "json2ts --input src/ng-package.schema.json --output src/ng-package.schema.ts",
117117
"prerelease": "yarn build",
118-
"release": "standard-version --releaseCommitMessageFormat 'release: cut v%s' --no-verify",
118+
"release": "standard-version --releaseCommitMessageFormat 'release: cut v{{currentTag}}' --no-verify",
119119
"postrelease": "node ./scripts/prepublish.js",
120120
"publish:ci": "yarn prerelease && yarn postrelease",
121121
"integration:samples": "integration/samples.sh",

0 commit comments

Comments
 (0)