ember-cli-deploy / ember-cli-deploy-revision-data

An ember-cli-plugin to create a unique revision key for the build
MIT License
21 stars 58 forks source link

README says git-tag-commit uses most recent tag, but it doesn't work unless current commit has a tag #27

Closed Gaurav0 closed 2 years ago

Truffula commented 8 years ago

git-repo-info only returns info for the current build. git-latest-tag gets the latest tag.

jrowlingson commented 7 years ago

There is no timestamp stored with a lightweight tag since its simply a reference. So this is more of a doc bug.

On the other hand, annotated tags do contain a timestamp so an option for this could be added to the generator.

jrowlingson commented 7 years ago

Related https://github.com/rwjblue/git-repo-info/issues/32