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
Since 5042d1e, the value of
`ENV["HORO_BADGE_VERSION"]` is preferred over the value of
`ENV["HORO_PROJECT_VERSION"]`. Therefore, we can consolidate the
`project_version` and `badge_version` helpers.
Note that while `ENV["HORO_BADGE_VERSION"]` has the format we desire,
`ENV["HORO_PROJECT_VERSION"]` is the more obvious and preferable name.
After these changes is released, we can encourage consumers (namely,
Rails) to set `ENV["HORO_PROJECT_VERSION"]` with the same value as
`ENV["HORO_BADGE_VERSION"]` and then to drop `ENV["HORO_BADGE_VERSION"]`
altogether.
0 commit comments