In order to see if a tag was a regular deployment or a hotfix, I would have to check that its parent commit is a merge commit, or check out-of-band channels like deploy logs. This is expensive.
Is it possible change the way git-deploy creates tags during hotfixes to make this check cheaper, for example by including the full SHA-1s of the commits involved in the tag annotations?
In order to see if a tag was a regular deployment or a hotfix, I would have to check that its parent commit is a merge commit, or check out-of-band channels like deploy logs. This is expensive.
Is it possible change the way git-deploy creates tags during hotfixes to make this check cheaper, for example by including the full SHA-1s of the commits involved in the tag annotations?