Skip to content

Commit c5e83e5

Browse files
author
Thibault Jouan
committed
Improve release script to prevent CI builds
1 parent 23aae19 commit c5e83e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ cmds = [
1717
"git merge develop",
1818
"echo #{target_version} > #{VERSION_FILE}",
1919
"git add #{VERSION_FILE}",
20-
"git commit --message 'Bump version to #{target_version}'",
20+
"git commit --message 'Bump version to #{target_version} [ci skip]'",
2121
"git tag --annotate v#{target_version} --message 'version #{target_version}'",
2222
"git push origin master --tags",
2323
"git checkout develop",

0 commit comments

Comments
 (0)