Skip to content

Commit 4dc22cd

Browse files
committed
Add the changelog header when preparing for a release
1 parent 23ea050 commit 4dc22cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/release.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@
294294
sh "git push --tags"
295295
end
296296

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

299299
task release: %w(prep_release commit tag push)
300300
end

0 commit comments

Comments
 (0)