Skip to content

Commit

Permalink
Replace master by latest
Browse files Browse the repository at this point in the history
Signed-off-by: Raul Sevilla <[email protected]>
  • Loading branch information
rsevilla87 committed Jul 30, 2021
1 parent 96705cd commit 7accb47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/tag_name.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
if [[ -z $(git branch --show-current) ]]; then
git describe --tags
else
git branch --show-current
git branch --show-current | sed 's/master/latest/g'
fi

0 comments on commit 7accb47

Please sign in to comment.