Skip to content

Commit efae1ef

Browse files
committed
Include ghe-host-check and testlib.sh updates on releases
1 parent 4bc71c2 commit efae1ef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

script/release

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ def push_release_branch(version)
217217
raise "Creating release branch failed:\n\n#{out}"
218218
end
219219

220-
unless (out = `git commit --quiet -m 'Bump version: #{version} [ci skip]' debian/changelog share/github-backup-utils/version`)
220+
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`)
221221
raise "Error committing changelog and version:\n\n#{out}"
222222
end
223223

@@ -456,3 +456,4 @@ if $PROGRAM_NAME == __FILE__
456456
exit 1
457457
end
458458
end
459+

0 commit comments

Comments
 (0)