Skip to content

Commit

Permalink
using log git hash for release name to better integrate with build tools
Browse files Browse the repository at this point in the history
  • Loading branch information
dgulinobw committed Feb 24, 2024
1 parent b18b58e commit c797089
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
{relx, [
{release,
{dog,
{cmd, "scripts/git_hash.sh"} %% relflow-release-version-marker
{git, long} %% relflow-release-version-marker
}, [dog]},
{dev_mode, false},
{include_erts, true},
Expand Down
2 changes: 1 addition & 1 deletion src/dog.app.src
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{application, dog,
[{description, "An OTP application"},
{vsn, {cmd, "scripts/git_hash.sh"} },
{vsn, {git, long} },
{registered, []},
{mod, { dog_app, []}},
{applications, [
Expand Down

0 comments on commit c797089

Please sign in to comment.