Skip to content

Commit a5e7270

Browse files
committed
pom: enforce scm tag name
1 parent 27db372 commit a5e7270

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,7 @@
311311
<artifactId>maven-release-plugin</artifactId>
312312
<version>3.0.1</version>
313313
<configuration>
314+
<tagNameFormat>v@{project.version}</tagNameFormat>
314315
<scmDevelopmentCommitComment>[maven-release-plugin][ci skip] prepare for next development iteration</scmDevelopmentCommitComment>
315316
</configuration>
316317
</plugin>

0 commit comments

Comments
 (0)