Skip to content

Commit

Permalink
Enforce lowercase tags
Browse files Browse the repository at this point in the history
  • Loading branch information
mauritssilvis committed Oct 12, 2023
1 parent 179b4ee commit e350b7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/do-single-tag
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ fi

# Tag
message="${name} ${version}"
tag="${label}-${version}"
tag="${label,,}-${version,,}"
git tag -am "${message}" "${tag}"

0 comments on commit e350b7e

Please sign in to comment.