Skip to content

Commit 91a2ca2

Browse files
hbelkhiracavalloni
authored andcommitted
ci(release.sh): revert the script release.sh
ref: MANAGER-17160 Signed-off-by: Hazem Belkhiria <[email protected]>
1 parent 4647425 commit 91a2ca2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release/release.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ create_release_note() (
6464
push_and_release() {
6565
printf "%s\n" "Commit and tag"
6666
git add .
67-
git commit -s -m "release: $1"
67+
git commit -s -m "release(*): $1"
6868
git tag -a -m "release: $1" "$1"
6969
if ! "${DRY_RELEASE}"; then
7070
gh config set prompt disabled

0 commit comments

Comments
 (0)