git 在 ember-cli 的环境变量中提交 SHA 散列

git commit SHA hash in environment variable in ember-cli

如何在 ember-cli[=13= 中的 config/environment.js 中的环境变量中公开最新的 git 提交 SHA 哈希]

找到 ember-cli-app-version

的解决方案

https://www.npmjs.com/package/ember-cli-app-version

so will get git hash in {{app-version}} helper. This addon will automatically append SHA to the end of the version.

HTMLBAR 模板可以使用 like

{{app-version shaOnly=true}} // git SHA