File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 20
20
_extends : maven-gh-actions-shared
21
21
version-template : ' $MAJOR'
22
22
name-template : ' $NEXT_MAJOR_VERSION'
23
- tag-template : ' maven-parent- $NEXT_MAJOR_VERSION'
23
+ tag-template : ' v $NEXT_MAJOR_VERSION'
Original file line number Diff line number Diff line change @@ -1129,6 +1129,13 @@ under the License.</licenseText>
1129
1129
</excludeRoots >
1130
1130
</configuration >
1131
1131
</plugin >
1132
+ <plugin >
1133
+ <groupId >org.apache.maven.plugins</groupId >
1134
+ <artifactId >maven-release-plugin</artifactId >
1135
+ <configuration >
1136
+ <tagNameFormat >v@{project.version}</tagNameFormat >
1137
+ </configuration >
1138
+ </plugin >
1132
1139
<plugin >
1133
1140
<groupId >org.apache.maven.plugins</groupId >
1134
1141
<artifactId >maven-toolchains-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments