mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
minor amendments to release process/changelog
based on lessons learned from failed release v0.39.0, `git push && git push --follow-tags` is smarter because it reduces the chance of an unreleasable tag being pushed. (git pushes the tags before it pushes the commits).
This commit is contained in:
@@ -245,7 +245,7 @@ end
|
||||
|
||||
def footer
|
||||
@footer ||= Set.new
|
||||
@footer.to_a
|
||||
@footer.to_a.sort
|
||||
end
|
||||
|
||||
def add_to_footer(line)
|
||||
|
||||
Reference in New Issue
Block a user