File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Git Changelog Maven Plugin
2
2
3
- [ ![ Build Status] ( https://travis-ci.org/tomasbjerre/git-changelog-maven-plugin.svg?branch=master )] ( https://travis-ci.org/tomasbjerre/git-changelog-maven-plugin )
4
3
[ ![ Maven Central] ( https://maven-badges.herokuapp.com/maven-central/se.bjurr.gitchangelog/git-changelog-maven-plugin/badge.svg )] ( https://maven-badges.herokuapp.com/maven-central/se.bjurr.gitchangelog/git-changelog-maven-plugin )
5
4
6
5
This is a Maven plugin for [ Git Changelog Lib] ( https://github.com/tomasbjerre/git-changelog-lib ) .
7
6
8
7
## Usage
9
8
10
- There is a running example [ here] ( /git-changelog-maven-plugin-example ) .
9
+ There is a running example [ here] ( /git-changelog-maven-plugin-example ) . See also [ bjurr-bom ] ( https://github.com/tomasbjerre/bjurr-bom ) .
11
10
12
11
Have a look at the [ pom.xml] ( /git-changelog-maven-plugin-example/pom.xml ) where you will find some more examples.
13
12
@@ -30,7 +29,8 @@ Here is and example that will generate a CHANGELOG.md when running `mvn generate
30
29
<configuration >
31
30
<templateContent >
32
31
<![CDATA[
33
- Template here!
32
+ Optional template here!
33
+ Context documented here: https://github.com/tomasbjerre/git-changelog-lib
34
34
]]>
35
35
</templateContent >
36
36
</configuration >
You can’t perform that action at this time.
0 commit comments