pantheon-systems / autotag

Git repository version tagging tool
http://godoc.org/github.com/pantheon-systems/autotag
Apache License 2.0
190 stars 42 forks source link

Fixes #72 #73

Closed spheromak closed 2 years ago

spheromak commented 2 years ago

There was changes in the upstream with how commits between tags were ordered. From chronological to reverse chronological. When we scan commits for bumping versions we require them in Chronological order.

joemiller commented 2 years ago

super dope. thanks for adding tests w/ multiple commits for our future selves