Skip to content

Commit 54a99c7

Browse files
author
TheSnoozer
committed
#376: Add the default phase of revision to the readme to ensure people know when things are being generated
1 parent d25073c commit 54a99c7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,8 @@ It's really simple to setup this plugin; below is a sample pom that you may base
198198
<goals>
199199
<goal>revision</goal>
200200
</goals>
201+
<!-- *NOTE*: The default phase of revision is initialize, but in case you want to change it, you can do so by adding the phase here -->
202+
<phase>initialize</phase>
201203
</execution>
202204
<execution>
203205
<id>validate-the-git-infos</id>

0 commit comments

Comments
 (0)