mtkennerly / dunamai

Dynamic versioning library and CLI
https://dunamai.readthedocs.io/en/latest
MIT License
320 stars 23 forks source link

Support multiple tags pointing to the same hash #56

Closed cmarqu closed 1 year ago

cmarqu commented 1 year ago

Add --tags to git log and remove --merged to git for-each-ref options.

Closes #55.

This fixes things for my setup, but I admit the solution was found more with trial and error instead of deep thought.

mtkennerly commented 1 year ago

Let's hold off on this until we figure out the root cause in #55.