deis / deisrel

A releaser tool for Deis
MIT License
5 stars 13 forks source link

fix(git): handle annotated tags properly #126

Closed Joshua-Anderson closed 8 years ago

Joshua-Anderson commented 8 years ago

Fixes #125

Annotated tags have their own SHA, so comparing the SHA of an annotated tag to master will always be dirty.

cc @mboersma