Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
TousAntiCovid sources
Cléa Server
Commits
b8146118
Commit
b8146118
authored
Jun 24, 2021
by
Jujube Orange
Browse files
feat(build): don't use tag.slug because it lowercases the tag name
parent
e5d71906
Changes
1
Hide whitespace changes
Inline
Side-by-side
.mvn/maven-git-versioning-extension.xml
View file @
b8146118
...
...
@@ -11,6 +11,6 @@
</branch>
<tag>
<pattern>
(.+)
</pattern>
<versionFormat>
${tag
.slug
}
</versionFormat>
<versionFormat>
${tag}
</versionFormat>
</tag>
</configuration>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment