Skip to content

Commit e12cd8a

Browse files
committed
Add tagPrefix to heylogs parameters
1 parent 129c54a commit e12cd8a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pom.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -228,11 +228,12 @@
228228
<goal>check</goal>
229229
</goals>
230230
<inherited>false</inherited>
231-
<configuration>
232-
<semver>true</semver>
233-
</configuration>
234231
</execution>
235232
</executions>
233+
<configuration>
234+
<semver>true</semver>
235+
<tagPrefix>v</tagPrefix>
236+
</configuration>
236237
</plugin>
237238
<plugin>
238239
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)