Skip to content

Commit cd115d0

Browse files
committedDec 4, 2022
docs: updating readme
1 parent acded22 commit cd115d0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
# Git Changelog Maven Plugin
22

3-
[![Build Status](https://travis-ci.org/tomasbjerre/git-changelog-maven-plugin.svg?branch=master)](https://travis-ci.org/tomasbjerre/git-changelog-maven-plugin)
43
[![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)
54

65
This is a Maven plugin for [Git Changelog Lib](https://github.com/tomasbjerre/git-changelog-lib).
76

87
## Usage
98

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).
1110

1211
Have a look at the [pom.xml](/git-changelog-maven-plugin-example/pom.xml) where you will find some more examples.
1312

@@ -30,7 +29,8 @@ Here is and example that will generate a CHANGELOG.md when running `mvn generate
3029
<configuration>
3130
<templateContent>
3231
<![CDATA[
33-
Template here!
32+
Optional template here!
33+
Context documented here: https://github.com/tomasbjerre/git-changelog-lib
3434
]]>
3535
</templateContent>
3636
</configuration>

0 commit comments

Comments
 (0)
Please sign in to comment.