Skip to content

Commit 2583c86

Browse files
committed
Include other changed files in releases
1 parent 135dd54 commit 2583c86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/release

Lines changed: 1 addition & 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

0 commit comments

Comments
 (0)