Skip to content

Commit 23ea050

Browse files
committed
Don't commit when preparing the release
This allow us to inspect the changes before committing them.
1 parent e696484 commit 23ea050

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tasks/release.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -294,9 +294,9 @@
294294
sh "git push --tags"
295295
end
296296

297-
task prep_release: %w(ensure_clean_state build bundle commit)
297+
task prep_release: %w(ensure_clean_state build bundle)
298298

299-
task release: %w(prep_release tag push)
299+
task release: %w(prep_release commit tag push)
300300
end
301301

302302
module Announcement

0 commit comments

Comments
 (0)