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

Possible to just have tag as revision data? #63

Open byrnedo opened 6 years ago

byrnedo commented 6 years ago

Is it possible to just have the tag or must it have the hash as a suffix?

achambers commented 6 years ago

@byrnedo Use https://github.com/achambers/ember-cli-deploy-git-revision-data instead of -revision-data and set the revisionKey using the tag from the data added to context.

byrnedo commented 6 years ago

Ok, can have a look. Otherwise, is there a way to set the ember app version to be that from this plugin @achambers?