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

Packed annotated tag causes git-tag-commit failure #49

Closed jrowlingson closed 7 years ago

jrowlingson commented 7 years ago

If you see an error message that looks like:

|  +- revision-data
|    - creating revision data using `git-tag-commit`
|    - Could not build revision with tag `null` and commit hash `8d494088`
|
+- didFail
Could not build revision with tag `null` and commit hash `8d494088`

It may be caused by an undefined tag returned from gitRepoInfo.

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

jrowlingson commented 7 years ago

Fix included via https://github.com/ember-cli-deploy/ember-cli-deploy-revision-data/pull/46

ahemed-haneen commented 3 years ago

@jrowlingson could you share the revision data configuration. im still getting those errors