Skip to content

Commit 2978ebc

Browse files
committed
lib 1.9 #feature
1 parent 45a4cab commit 2978ebc

File tree

6 files changed

+11
-12
lines changed

6 files changed

+11
-12
lines changed

CHANGELOG.md

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

55
## Next release
6-
### Other changes
6+
### Features
77

8-
[d63832ac2937a8e](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/d63832ac2937a8e) Tomas Bjerre *2015-11-18 19:51:42*
8+
[45a4cab1ba3ba3b](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/45a4cab1ba3ba3b) Tomas Bjerre *2015-11-18 19:52:35*
99

10-
Updating version in example
10+
Setting exampe version to 1.2
1111

1212

1313
## git-changelog-maven-plugin-1.2

README.md

+2-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.2</version>
15+
<version>1.3</version>
1616
<executions>
1717
<execution>
1818
<id>GenerateGitChangelog</id>
@@ -60,9 +60,8 @@ This setup has a settings file, changelog.json, like this:
6060
6161
"jiraIssuePattern": "\\b[a-zA-Z]([a-zA-Z]+)-([0-9]+)\\b",
6262
63-
"githubIssuePattern": "#[0-9]*",
64-
6563
"customIssues": [
64+
{"name": "Github", "pattern": "#([0-9]+)", "link": "https://github.com/tomasbjerre/git-changelog-maven-plugin/issues/${PATTERN_GROUP_1}" },
6665
{ "name": "Bugs", "pattern": "#bug" },
6766
{ "name": "Features", "pattern": "#feature" }
6867
]

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

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

55
## Next release
6-
### Other changes
6+
### Features
77

8-
[d63832ac2937a8e](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/d63832ac2937a8e) Tomas Bjerre *2015-11-18 19:51:42*
8+
[45a4cab1ba3ba3b](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/45a4cab1ba3ba3b) Tomas Bjerre *2015-11-18 19:52:35*
99

10-
Updating version in example
10+
Setting exampe version to 1.2
1111

1212

1313
## git-changelog-maven-plugin-1.2

git-changelog-maven-plugin-example/changelog.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"jiraIssuePattern": "\\b[a-zA-Z]([a-zA-Z]+)-([0-9]+)\\b",
1616

1717
"customIssues": [
18-
{"name": "Github", "pattern": "#([0-9]+)", "link": "https://github.com/tomasbjerre/git-changelog-lib/issues/${PATTERN_GROUP_1}" },
18+
{ "name": "Github", "pattern": "#([0-9]+)", "link": "https://github.com/tomasbjerre/git-changelog-lib/issues/${PATTERN_GROUP_1}" },
1919
{ "name": "Bugs", "pattern": "#bug" },
2020
{ "name": "Features", "pattern": "#feature" }
2121
]

git-changelog-maven-plugin-example/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
1616
<plugin>
1717
<groupId>se.bjurr.gitchangelog</groupId>
1818
<artifactId>git-changelog-maven-plugin</artifactId>
19-
<version>1.2-SNAPSHOT</version>
19+
<version>1.3-SNAPSHOT</version>
2020
<executions>
2121
<execution>
2222
<id>GenerateGitChangelog</id>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
<dependency>
7070
<groupId>se.bjurr.gitchangelog</groupId>
7171
<artifactId>git-changelog-lib</artifactId>
72-
<version>1.3</version>
72+
<version>1.9</version>
7373
</dependency>
7474
</dependencies>
7575

0 commit comments

Comments
 (0)