Skip to content

Commit f1d3994

Browse files
committedNov 23, 2015
doc
1 parent deb88ba commit f1d3994

File tree

3 files changed

+24
-5
lines changed

3 files changed

+24
-5
lines changed
 

‎CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,17 @@
33
Changelog of Git Changelog Maven plugin.
44

55
## Next release
6+
### Other changes
7+
8+
[85c04660bbf19e0](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/85c04660bbf19e0) Tomas Bjerre *2015-11-23 18:05:46*
9+
10+
doc
11+
12+
13+
## git-changelog-maven-plugin-1.5
614
### GitHub [#1](https://github.com/tomasbjerre/git-changelog-maven-plugin/issues/1) Update to lates lib version
715

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

1018
Using lib 1.12
1119

‎README.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Here is and example that will generate a CHANGELOG.md. There is also a running e
1212
<plugin>
1313
<groupId>se.bjurr.gitchangelog</groupId>
1414
<artifactId>git-changelog-maven-plugin</artifactId>
15-
<version>1.4</version>
15+
<version>1.5</version>
1616
<executions>
1717
<execution>
1818
<id>GenerateGitChangelog</id>
@@ -57,11 +57,14 @@ This setup has a settings file, changelog.json, like this:
5757
"noIssueName": "Other changes",
5858
"timeZone": "UTC",
5959
"removeIssueFromMessage": "true",
60-
60+
61+
"jiraServer": "https://jiraserver/jira",
6162
"jiraIssuePattern": "\\b[a-zA-Z]([a-zA-Z]+)-([0-9]+)\\b",
6263
64+
"gitHubApi": "https://api.github.com/repos/tomasbjerre/git-changelog-maven-plugin",
65+
"gitHubIssuePattern": "#([0-9]+)",
66+
6367
"customIssues": [
64-
{"name": "Github", "pattern": "#([0-9]+)", "link": "https://github.com/tomasbjerre/git-changelog-maven-plugin/issues/${PATTERN_GROUP_1}" },
6568
{ "name": "Bugs", "pattern": "#bug" },
6669
{ "name": "Features", "pattern": "#feature" }
6770
]

‎git-changelog-maven-plugin-example/CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,17 @@
33
Changelog of Git Changelog Maven plugin.
44

55
## Next release
6+
### Other changes
7+
8+
[85c04660bbf19e0](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/85c04660bbf19e0) Tomas Bjerre *2015-11-23 18:05:46*
9+
10+
doc
11+
12+
13+
## git-changelog-maven-plugin-1.5
614
### GitHub [#1](https://github.com/tomasbjerre/git-changelog-maven-plugin/issues/1) Update to lates lib version
715

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

1018
Using lib 1.12
1119

0 commit comments

Comments
 (0)