Skip to content

Commit 5d07983

Browse files
committed
doc
1 parent e576ed4 commit 5d07983

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,13 @@ This is a Maven plugin for [Git Changelog](https://github.com/tomasbjerre/git-ch
66
## Usage ##
77
Here is and example that will generate a CHANGELOG.md. There is also a running example [here](https://github.com/tomasbjerre/git-changelog-maven-plugin/tree/master/git-changelog-maven-plugin-example).
88

9+
```
910
<build>
1011
<plugins>
1112
<plugin>
1213
<groupId>se.bjurr.gitchangelog</groupId>
1314
<artifactId>git-changelog-maven-plugin</artifactId>
14-
<version>1.0-SNAPSHOT</version>
15+
<version>1.0</version>
1516
<executions>
1617
<execution>
1718
<id>GenerateGitChangelog</id>
@@ -30,6 +31,7 @@ Here is and example that will generate a CHANGELOG.md. There is also a running e
3031
</plugin>
3132
</plugins>
3233
</build>
34+
```
3335

3436

3537
This setup has a settings file, changelog.json, like this:

0 commit comments

Comments
 (0)