Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasbjerre committed Nov 23, 2015
1 parent deb88ba commit f1d3994
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 5 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,17 @@
Changelog of Git Changelog Maven plugin.

## Next release
### Other changes

[85c04660bbf19e0](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/85c04660bbf19e0) Tomas Bjerre *2015-11-23 18:05:46*

doc


## git-changelog-maven-plugin-1.5
### GitHub [#1](https://github.com/tomasbjerre/git-changelog-maven-plugin/issues/1) Update to lates lib version

[f8ba40cba648090](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/f8ba40cba648090) Tomas Bjerre *2015-11-23 18:02:04*
[e613d7724e87254](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/e613d7724e87254) Tomas Bjerre *2015-11-23 18:02:24*

Using lib 1.12

Expand Down
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Here is and example that will generate a CHANGELOG.md. There is also a running e
<plugin>
<groupId>se.bjurr.gitchangelog</groupId>
<artifactId>git-changelog-maven-plugin</artifactId>
<version>1.4</version>
<version>1.5</version>
<executions>
<execution>
<id>GenerateGitChangelog</id>
Expand Down Expand Up @@ -57,11 +57,14 @@ This setup has a settings file, changelog.json, like this:
"noIssueName": "Other changes",
"timeZone": "UTC",
"removeIssueFromMessage": "true",
"jiraServer": "https://jiraserver/jira",
"jiraIssuePattern": "\\b[a-zA-Z]([a-zA-Z]+)-([0-9]+)\\b",
"gitHubApi": "https://api.github.com/repos/tomasbjerre/git-changelog-maven-plugin",
"gitHubIssuePattern": "#([0-9]+)",
"customIssues": [
{"name": "Github", "pattern": "#([0-9]+)", "link": "https://github.com/tomasbjerre/git-changelog-maven-plugin/issues/${PATTERN_GROUP_1}" },
{ "name": "Bugs", "pattern": "#bug" },
{ "name": "Features", "pattern": "#feature" }
]
Expand Down
10 changes: 9 additions & 1 deletion git-changelog-maven-plugin-example/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,17 @@
Changelog of Git Changelog Maven plugin.

## Next release
### Other changes

[85c04660bbf19e0](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/85c04660bbf19e0) Tomas Bjerre *2015-11-23 18:05:46*

doc


## git-changelog-maven-plugin-1.5
### GitHub [#1](https://github.com/tomasbjerre/git-changelog-maven-plugin/issues/1) Update to lates lib version

[f8ba40cba648090](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/f8ba40cba648090) Tomas Bjerre *2015-11-23 18:02:04*
[e613d7724e87254](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/e613d7724e87254) Tomas Bjerre *2015-11-23 18:02:24*

Using lib 1.12

Expand Down

0 comments on commit f1d3994

Please sign in to comment.