Skip to content

Commit 8756c36

Browse files
committed
Doc
1 parent 277766b commit 8756c36

14 files changed

+307
-3
lines changed

.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ sudo: false
22
language: java
33
jdk:
44
- oraclejdk8
5-
- oraclejdk7
65
script:
76
- ./build.sh
87
notifications:

CHANGELOG.md

+36
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,42 @@
22

33
Changelog of Git Changelog Maven plugin.
44

5+
## 1.50
6+
### GitHub [#9](https://github.com/tomasbjerre/git-changelog-maven-plugin/issues/9) Issue when using removeIssueFromMessage and settingFile
7+
8+
**Defaulting ignoreCommitsWithoutIssue #9**
9+
10+
11+
[95221c79b96429c](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/95221c79b96429c) Tomas Bjerre *2017-11-18 12:49:36*
12+
13+
14+
### No issue
15+
16+
**Disabling integrations if not used**
17+
18+
19+
[11eacd43400b864](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/11eacd43400b864) Tomas Bjerre *2017-11-18 12:41:20*
20+
21+
**doc**
22+
23+
24+
[9191e2501480b30](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/9191e2501480b30) Tomas Bjerre *2017-07-25 18:30:57*
25+
26+
27+
## 1.49
28+
### No issue
29+
30+
**Lib 1.71**
31+
32+
33+
[f5751f2b8477962](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/f5751f2b8477962) Tomas Bjerre *2017-07-25 18:28:16*
34+
35+
**doc**
36+
37+
38+
[429286e334491bd](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/429286e334491bd) Tomas Bjerre *2017-07-24 20:03:46*
39+
40+
541
## 1.48
642
### No issue
743

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Here is and example that will generate a CHANGELOG.md.
1515
<plugin>
1616
<groupId>se.bjurr.gitchangelog</groupId>
1717
<artifactId>git-changelog-maven-plugin</artifactId>
18-
<version>1.49</version>
18+
<version>1.50</version>
1919
<executions>
2020
<execution>
2121
<id>GenerateGitChangelog</id>

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

+36
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,42 @@
22

33
Changelog of Git Changelog Maven plugin.
44

5+
## 1.50
6+
### GitHub [#9](https://github.com/tomasbjerre/git-changelog-maven-plugin/issues/9) Issue when using removeIssueFromMessage and settingFile
7+
8+
**Defaulting ignoreCommitsWithoutIssue #9**
9+
10+
11+
[95221c79b96429c](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/95221c79b96429c) Tomas Bjerre *2017-11-18 12:49:36*
12+
13+
14+
### No issue
15+
16+
**Disabling integrations if not used**
17+
18+
19+
[11eacd43400b864](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/11eacd43400b864) Tomas Bjerre *2017-11-18 12:41:20*
20+
21+
**doc**
22+
23+
24+
[9191e2501480b30](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/9191e2501480b30) Tomas Bjerre *2017-07-25 18:30:57*
25+
26+
27+
## 1.49
28+
### No issue
29+
30+
**Lib 1.71**
31+
32+
33+
[f5751f2b8477962](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/f5751f2b8477962) Tomas Bjerre *2017-07-25 18:28:16*
34+
35+
**doc**
36+
37+
38+
[429286e334491bd](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/429286e334491bd) Tomas Bjerre *2017-07-24 20:03:46*
39+
40+
541
## 1.48
642
### No issue
743

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

+20
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
22

33
Changelog of Git Changelog Maven plugin.
44

5+
## git-changelog-maven-plugin-1.50
6+
### GitHub [#9](https://github.com/tomasbjerre/git-changelog-maven-plugin/issues/9) Issue when using removeIssueFromMessage and settingFile
7+
Defaulting ignoreCommitsWithoutIssue #9
8+
9+
10+
### No issue /
11+
Disabling integrations if not used
12+
13+
doc
14+
15+
16+
17+
## git-changelog-maven-plugin-1.49
18+
### No issue /
19+
Lib 1.71
20+
21+
doc
22+
23+
24+
525
## git-changelog-maven-plugin-1.48
626
### No issue /
727
Lib 1.70

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

+20
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
22

33
Changelog of Git Changelog Maven plugin.
44

5+
## git-changelog-maven-plugin-1.50
6+
### GitHub
7+
Defaulting ignoreCommitsWithoutIssue #9 *2017-11-18 12:49:36*
8+
9+
10+
### No issue
11+
Disabling integrations if not used *2017-11-18 12:41:20*
12+
13+
doc *2017-07-25 18:30:57*
14+
15+
16+
17+
## git-changelog-maven-plugin-1.49
18+
### No issue
19+
Lib 1.71 *2017-07-25 18:28:16*
20+
21+
doc *2017-07-24 20:03:46*
22+
23+
24+
525
## git-changelog-maven-plugin-1.48
626
### No issue
727
Lib 1.70 *2017-07-24 19:45:34*

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

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
Changelog of Git Changelog Maven plugin.
44

5+
## git-changelog-maven-plugin-1.50
6+
### GitHub
7+
Defaulting ignoreCommitsWithoutIssue #9 *2017-11-18 12:49:36*
8+
9+
10+
511
## git-changelog-maven-plugin-1.28
612
### Jira
713
JENKINS-34155 Support short SHA *2016-04-12 16:49:07*

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

+31
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,37 @@
22

33
Changelog of Git Changelog Maven plugin.
44

5+
## git-changelog-maven-plugin-1.50
6+
### GitHub [#9](https://github.com/tomasbjerre/git-changelog-maven-plugin/issues/9) Issue when using removeIssueFromMessage and settingFile
7+
8+
[95221c79b96429c](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/95221c79b96429c) Tomas Bjerre *2017-11-18 12:49:36*
9+
10+
Defaulting ignoreCommitsWithoutIssue #9
11+
12+
13+
### No issue
14+
15+
[11eacd43400b864](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/11eacd43400b864) Tomas Bjerre *2017-11-18 12:41:20*
16+
17+
Disabling integrations if not used
18+
19+
[9191e2501480b30](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/9191e2501480b30) Tomas Bjerre *2017-07-25 18:30:57*
20+
21+
doc
22+
23+
24+
## git-changelog-maven-plugin-1.49
25+
### No issue
26+
27+
[f5751f2b8477962](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/f5751f2b8477962) Tomas Bjerre *2017-07-25 18:28:16*
28+
29+
Lib 1.71
30+
31+
[429286e334491bd](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/429286e334491bd) Tomas Bjerre *2017-07-24 20:03:46*
32+
33+
doc
34+
35+
536
## git-changelog-maven-plugin-1.48
637
### No issue
738

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

+36
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,42 @@
22

33
Changelog of Git Changelog Maven plugin.
44

5+
## 1.50
6+
### GitHub [#9](https://github.com/tomasbjerre/git-changelog-maven-plugin/issues/9) Issue when using removeIssueFromMessage and settingFile
7+
8+
**Defaulting ignoreCommitsWithoutIssue #9**
9+
10+
11+
[95221c79b96429c](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/95221c79b96429c) Tomas Bjerre *2017-11-18 12:49:36*
12+
13+
14+
### No issue
15+
16+
**Disabling integrations if not used**
17+
18+
19+
[11eacd43400b864](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/11eacd43400b864) Tomas Bjerre *2017-11-18 12:41:20*
20+
21+
**doc**
22+
23+
24+
[9191e2501480b30](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/9191e2501480b30) Tomas Bjerre *2017-07-25 18:30:57*
25+
26+
27+
## 1.49
28+
### No issue
29+
30+
**Lib 1.71**
31+
32+
33+
[f5751f2b8477962](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/f5751f2b8477962) Tomas Bjerre *2017-07-25 18:28:16*
34+
35+
**doc**
36+
37+
38+
[429286e334491bd](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/429286e334491bd) Tomas Bjerre *2017-07-24 20:03:46*
39+
40+
541
## 1.48
642
### No issue
743

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

+36
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,42 @@
22

33
Changelog of Git Changelog Maven plugin.
44

5+
## git-changelog-maven-plugin-1.50
6+
### GitHub [#9](https://github.com/tomasbjerre/git-changelog-maven-plugin/issues/9) Issue when using removeIssueFromMessage and settingFile
7+
8+
**Defaulting ignoreCommitsWithoutIssue #9**
9+
10+
11+
[95221c79b96429c](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/95221c79b96429c) Tomas Bjerre *2017-11-18 12:49:36*
12+
13+
14+
### No issue
15+
16+
**Disabling integrations if not used**
17+
18+
19+
[11eacd43400b864](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/11eacd43400b864) Tomas Bjerre *2017-11-18 12:41:20*
20+
21+
**doc**
22+
23+
24+
[9191e2501480b30](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/9191e2501480b30) Tomas Bjerre *2017-07-25 18:30:57*
25+
26+
27+
## git-changelog-maven-plugin-1.49
28+
### No issue
29+
30+
**Lib 1.71**
31+
32+
33+
[f5751f2b8477962](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/f5751f2b8477962) Tomas Bjerre *2017-07-25 18:28:16*
34+
35+
**doc**
36+
37+
38+
[429286e334491bd](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/429286e334491bd) Tomas Bjerre *2017-07-24 20:03:46*
39+
40+
541
## git-changelog-maven-plugin-1.48
642
### No issue
743

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

+12
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ Changelog of Git Changelog Maven plugin.
3131
Fix fromCommit and fromRef property typo *21:11:26*
3232

3333

34+
### GitHub
35+
Defaulting ignoreCommitsWithoutIssue #9 *12:49:36*
36+
37+
3438
### Jira
3539
JENKINS-34155 Support short SHA *16:49:07*
3640

@@ -42,6 +46,14 @@ Fix fromCommit and fromRef property typo *21:11:26*
4246

4347

4448
### These commits have not issue in their commit comment
49+
Disabling integrations if not used *12:41:20*
50+
51+
doc *18:30:57*
52+
53+
Lib 1.71 *18:28:16*
54+
55+
doc *20:03:46*
56+
4557
Lib 1.70 *19:45:34*
4658

4759
doc *18:54:04*

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

+36
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,42 @@
22

33
Changelog of Git Changelog Maven plugin.
44

5+
## 1.50
6+
### GitHub [#9](https://github.com/tomasbjerre/git-changelog-maven-plugin/issues/9) Issue when using removeIssueFromMessage and settingFile
7+
8+
**Defaulting ignoreCommitsWithoutIssue #9**
9+
10+
11+
[95221c79b96429c](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/95221c79b96429c) Tomas Bjerre *2017-11-18 12:49:36*
12+
13+
14+
### Other changes
15+
16+
**Disabling integrations if not used**
17+
18+
19+
[11eacd43400b864](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/11eacd43400b864) Tomas Bjerre *2017-11-18 12:41:20*
20+
21+
**doc**
22+
23+
24+
[9191e2501480b30](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/9191e2501480b30) Tomas Bjerre *2017-07-25 18:30:57*
25+
26+
27+
## 1.49
28+
### Other changes
29+
30+
**Lib 1.71**
31+
32+
33+
[f5751f2b8477962](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/f5751f2b8477962) Tomas Bjerre *2017-07-25 18:28:16*
34+
35+
**doc**
36+
37+
38+
[429286e334491bd](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/429286e334491bd) Tomas Bjerre *2017-07-24 20:03:46*
39+
40+
541
## 1.48
642
### Other changes
743

0 commit comments

Comments
 (0)