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 23aae19 commit c5e83e5Copy full SHA for c5e83e5
bin/release
@@ -17,7 +17,7 @@ cmds = [
17
"git merge develop",
18
"echo #{target_version} > #{VERSION_FILE}",
19
"git add #{VERSION_FILE}",
20
- "git commit --message 'Bump version to #{target_version}'",
+ "git commit --message 'Bump version to #{target_version} [ci skip]'",
21
"git tag --annotate v#{target_version} --message 'version #{target_version}'",
22
"git push origin master --tags",
23
"git checkout develop",
0 commit comments