Skip to content

Commit

Permalink
Merge pull request #5 from trocco-io/fix_tag_pattern_2
Browse files Browse the repository at this point in the history
Change hyphen to comma
  • Loading branch information
NamedPython authored Sep 13, 2024
2 parents a84b2d2 + 60faa49 commit c42753c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
group = "io.github.hishidama.embulk"
version = {
def vd = versionDetails()
if (vd.commitDistance == 0 && vd.lastTag ==~ /^[0-9]+\.[0-9]+\.[0-9]+-trocco-[0-9]+\.[0-9]+\.[0-9]+$/) {
if (vd.commitDistance == 0 && vd.lastTag ==~ /^[0-9]+\.[0-9]+\.[0-9]+\.trocco\.[0-9]+\.[0-9]+\.[0-9]+$/) {
vd.lastTag
} else {
"0.0.0.${vd.gitHash}"
Expand Down

0 comments on commit c42753c

Please sign in to comment.