Skip to content

Commit 6afaf9e

Browse files
committed
doc
1 parent d8b9bca commit 6afaf9e

13 files changed

+91
-15
lines changed

CHANGELOG.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,19 @@ Changelog of Git Changelog Maven plugin.
55
## Unreleased
66
### No issue
77

8+
**doc**
9+
10+
11+
[f0b42a4c7c01dc3](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/f0b42a4c7c01dc3) Tomas Bjerre *2017-07-09 13:11:38*
12+
13+
14+
## 1.45
15+
### No issue
16+
817
**ignoreCommitsOlderThan**
918

1019

11-
[3960e266df39333](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/3960e266df39333) Tomas Bjerre *2017-07-08 06:44:59*
20+
[0e0b7b80f1f4d27](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/0e0b7b80f1f4d27) Tomas Bjerre *2017-07-08 06:45:33*
1221

1322
**doc**
1423

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Here is and example that will generate a CHANGELOG.md.
2525
</goals>
2626
<configuration>
2727
<!-- A file on filesystem //-->
28-
<filePath>CHANGELOG.md</filePath>
28+
<file>CHANGELOG.md</file>
2929
3030
<!-- Or post to MediaWiki //-->
3131
<mediaWikiUsername>tomas</mediaWikiUsername>

build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
22
mvn clean install eclipse:eclipse || exit 1
33
cd git-changelog-maven-plugin-example
4-
mvn clean generate-sources -e -DGITHUB_OAUTH2TOKEN=$GITHUB_OAUTH2TOKEN
4+
mvn clean generate-sources -e -DGITHUB_OAUTH2TOKEN=$GITHUB_OAUTH2TOKEN || exit 1
55
cp CHANGELOG.md ..

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

+10-1
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,19 @@ Changelog of Git Changelog Maven plugin.
55
## Unreleased
66
### No issue
77

8+
**doc**
9+
10+
11+
[f0b42a4c7c01dc3](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/f0b42a4c7c01dc3) Tomas Bjerre *2017-07-09 13:11:38*
12+
13+
14+
## 1.45
15+
### No issue
16+
817
**ignoreCommitsOlderThan**
918

1019

11-
[3960e266df39333](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/3960e266df39333) Tomas Bjerre *2017-07-08 06:44:59*
20+
[0e0b7b80f1f4d27](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/0e0b7b80f1f4d27) Tomas Bjerre *2017-07-08 06:45:33*
1221

1322
**doc**
1423

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

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

55
## Unreleased
6+
### No issue /
7+
doc
8+
9+
10+
11+
## git-changelog-maven-plugin-1.45
612
### No issue /
713
ignoreCommitsOlderThan
814

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

+7-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,13 @@ Changelog of Git Changelog Maven plugin.
44

55
## Unreleased
66
### No issue
7-
ignoreCommitsOlderThan *2017-07-08 06:44:59*
7+
doc *2017-07-09 13:11:38*
8+
9+
10+
11+
## git-changelog-maven-plugin-1.45
12+
### No issue
13+
ignoreCommitsOlderThan *2017-07-08 06:45:33*
814

915
doc *2017-04-14 09:24:53*
1016

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

+9-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,15 @@ Changelog of Git Changelog Maven plugin.
55
## Unreleased
66
### No issue
77

8-
[3960e266df39333](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/3960e266df39333) Tomas Bjerre *2017-07-08 06:44:59*
8+
[f0b42a4c7c01dc3](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/f0b42a4c7c01dc3) Tomas Bjerre *2017-07-09 13:11:38*
9+
10+
doc
11+
12+
13+
## git-changelog-maven-plugin-1.45
14+
### No issue
15+
16+
[0e0b7b80f1f4d27](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/0e0b7b80f1f4d27) Tomas Bjerre *2017-07-08 06:45:33*
917

1018
ignoreCommitsOlderThan
1119

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

+10-1
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,19 @@ Changelog of Git Changelog Maven plugin.
55
## Unreleased
66
### No issue
77

8+
**doc**
9+
10+
11+
[f0b42a4c7c01dc3](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/f0b42a4c7c01dc3) Tomas Bjerre *2017-07-09 13:11:38*
12+
13+
14+
## 1.45
15+
### No issue
16+
817
**ignoreCommitsOlderThan**
918

1019

11-
[3960e266df39333](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/3960e266df39333) Tomas Bjerre *2017-07-08 06:44:59*
20+
[0e0b7b80f1f4d27](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/0e0b7b80f1f4d27) Tomas Bjerre *2017-07-08 06:45:33*
1221

1322
**doc**
1423

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

+10-1
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,19 @@ Changelog of Git Changelog Maven plugin.
55
## Unreleased
66
### No issue
77

8+
**doc**
9+
10+
11+
[f0b42a4c7c01dc3](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/f0b42a4c7c01dc3) Tomas Bjerre *2017-07-09 13:11:38*
12+
13+
14+
## git-changelog-maven-plugin-1.45
15+
### No issue
16+
817
**ignoreCommitsOlderThan**
918

1019

11-
[3960e266df39333](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/3960e266df39333) Tomas Bjerre *2017-07-08 06:44:59*
20+
[0e0b7b80f1f4d27](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/0e0b7b80f1f4d27) Tomas Bjerre *2017-07-08 06:45:33*
1221

1322
**doc**
1423

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

+3-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ Fix fromCommit and fromRef property typo *21:11:26*
1414

1515

1616
### These commits have not issue in their commit comment
17-
ignoreCommitsOlderThan *06:44:59*
17+
doc *13:11:38*
18+
19+
ignoreCommitsOlderThan *06:45:33*
1820

1921
doc *09:24:53*
2022

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

+10-1
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,19 @@ Changelog of Git Changelog Maven plugin.
55
## Next release
66
### Other changes
77

8+
**doc**
9+
10+
11+
[f0b42a4c7c01dc3](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/f0b42a4c7c01dc3) Tomas Bjerre *2017-07-09 13:11:38*
12+
13+
14+
## 1.45
15+
### Other changes
16+
817
**ignoreCommitsOlderThan**
918

1019

11-
[3960e266df39333](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/3960e266df39333) Tomas Bjerre *2017-07-08 06:44:59*
20+
[0e0b7b80f1f4d27](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/0e0b7b80f1f4d27) Tomas Bjerre *2017-07-08 06:45:33*
1221

1322
**doc**
1423

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

+10-1
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,19 @@ Changelog of Git Changelog Maven plugin.
55
## Unreleased
66
### No issue
77

8+
**doc**
9+
10+
11+
[f0b42a4c7c01dc3](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/f0b42a4c7c01dc3) Tomas Bjerre *2017-07-09 13:11:38*
12+
13+
14+
## 1.45
15+
### No issue
16+
817
**ignoreCommitsOlderThan**
918

1019

11-
[3960e266df39333](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/3960e266df39333) Tomas Bjerre *2017-07-08 06:44:59*
20+
[0e0b7b80f1f4d27](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/0e0b7b80f1f4d27) Tomas Bjerre *2017-07-08 06:45:33*
1221

1322
**doc**
1423

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<plugin>
1717
<groupId>se.bjurr.gitchangelog</groupId>
1818
<artifactId>git-changelog-maven-plugin</artifactId>
19-
<version>1.45-SNAPSHOT</version>
19+
<version>1.46-SNAPSHOT</version>
2020
<executions>
2121
<!-- Minimal config // -->
2222
<execution>
@@ -134,21 +134,21 @@ Changelog of Git Changelog Maven plugin.
134134

135135

136136
<!-- Template from file and GitLab titles in issues // -->
137-
<execution>
137+
<!--execution>
138138
<id>GenerateGitChangelogTemplateFromFileAndGitLabToken</id>
139139
<phase>generate-sources</phase>
140140
<goals>
141141
<goal>git-changelog</goal>
142142
</goals>
143143
<configuration>
144144
<gitLabServer>https://gitlab.com/</gitLabServer>
145-
<gitLabToken>${GITLAB_TOKEN}</gitLabToken><!-- Optional // -->
145+
<gitLabToken>${GITLAB_TOKEN}</gitLabToken>
146146
<gitLabProjectName>violations-test</gitLabProjectName>
147147
<templateFile>changelog.mustache</templateFile>
148148
<readableTagName>-([^-]+?)$</readableTagName>
149149
<file>CHANGELOG_gitlab.md</file>
150150
</configuration>
151-
</execution>
151+
</execution // -->
152152

153153

154154
<!-- Template from file and Jira titles in issues // -->

0 commit comments

Comments
 (0)