You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using this package with heroku builds, the .git directory is stripped out from deployments, which means all app versions are reported as something like: 1.0.0+.
Heroku exposes some git metadata to the process ENV which could be used when the .git metadata is not available.
ex:
When using this package with heroku builds, the .git directory is stripped out from deployments, which means all app versions are reported as something like:
1.0.0+
.Heroku exposes some git metadata to the process ENV which could be used when the .git metadata is not available.
ex:
$ heroku config | egrep heroku HEROKU_SLUG_COMMIT: 12345678
I'm not necessarily recommending adding this just for heroku (although that would be nice), but I'm sure others have hit similar issue.
The text was updated successfully, but these errors were encountered: