Skip to content

Commit 0fb36d5

Browse files
committed
Add tagPrefix to heylogs parameters
1 parent 70251df commit 0fb36d5

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

pom.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -276,11 +276,12 @@
276276
<goal>check</goal>
277277
</goals>
278278
<inherited>false</inherited>
279-
<configuration>
280-
<semver>true</semver>
281-
</configuration>
282279
</execution>
283280
</executions>
281+
<configuration>
282+
<semver>true</semver>
283+
<tagPrefix>v</tagPrefix>
284+
</configuration>
284285
</plugin>
285286
<plugin>
286287
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)