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

Add git-commit data generator #19

Closed jrowlingson closed 8 years ago

jrowlingson commented 9 years ago

This change adds a new data generator, git-commit, that creates a revision key containing the first 7 characters from the git SHA. This is helpful in supporting the workflow for folks coming over from v0.4.x of ember-cli-deploy.

achambers commented 8 years ago

Thanks mate