We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4647425 commit 91a2ca2Copy full SHA for 91a2ca2
scripts/release/release.sh
@@ -64,7 +64,7 @@ create_release_note() (
64
push_and_release() {
65
printf "%s\n" "Commit and tag"
66
git add .
67
- git commit -s -m "release: $1"
+ git commit -s -m "release(*): $1"
68
git tag -a -m "release: $1" "$1"
69
if ! "${DRY_RELEASE}"; then
70
gh config set prompt disabled
0 commit comments