使用release插件提交发布插件

This commit is contained in:
hanxuanyu 2022-01-22 00:26:47 +08:00
parent ac5eebb6a8
commit faa5af51b6
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<configuration>
<tagNameFormat>release-by-maven-${project.version}</tagNameFormat>
<tagNameFormat>v@{project.version}</tagNameFormat>
<autoVersionSubmodules>true</autoVersionSubmodules>
<password>${git.password}</password>
<username>hxuanyu</username>