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 135dd54 commit 2583c86Copy full SHA for 2583c86
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
0 commit comments