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 4bc71c2 commit efae1efCopy full SHA for efae1ef
script/release
@@ -217,7 +217,7 @@ def push_release_branch(version)
217
raise "Creating release branch failed:\n\n#{out}"
218
end
219
220
- unless (out = `git commit --quiet -m 'Bump version: #{version} [ci skip]' debian/changelog share/github-backup-utils/version`)
+ unless (out = `git commit --quiet -m 'Bump version: #{version} [ci skip]' debian/changelog share/github-backup-utils/version bin/ghe-host-check test/testlib.sh`)
221
raise "Error committing changelog and version:\n\n#{out}"
222
223
@@ -456,3 +456,4 @@ if $PROGRAM_NAME == __FILE__
456
exit 1
457
458
459
+
0 commit comments