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:
Roland Walker
2014-08-12 09:00:49 -04:00
parent b65c4963ea
commit 5faacd885a
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -245,7 +245,7 @@ end
def footer
@footer ||= Set.new
@footer.to_a
@footer.to_a.sort
end
def add_to_footer(line)