Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasbjerre committed May 20, 2016
1 parent 3ea1475 commit 34b7c78
Show file tree
Hide file tree
Showing 11 changed files with 80 additions and 10 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,19 @@ Changelog of Git Changelog Maven plugin.
## Unreleased
### No issue

**doc**


[d5d6bd9d73d1021](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/d5d6bd9d73d1021) Tomas Bjerre *2016-05-20 19:12:34*


## 1.30
### No issue

**Ignoring trailing slash in JIRA URL**


[da2d948cc0cc993](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/da2d948cc0cc993) Tomas Bjerre *2016-05-20 19:10:35*
[5fe7ae695d05a05](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/5fe7ae695d05a05) Tomas Bjerre *2016-05-20 19:11:02*

**doc**

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Here is and example that will generate a CHANGELOG.md.
<plugin>
<groupId>se.bjurr.gitchangelog</groupId>
<artifactId>git-changelog-maven-plugin</artifactId>
<version>1.29</version>
<version>1.30</version>
<executions>
<execution>
<id>GenerateGitChangelog</id>
Expand Down
11 changes: 10 additions & 1 deletion git-changelog-maven-plugin-example/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,19 @@ Changelog of Git Changelog Maven plugin.
## Unreleased
### No issue

**doc**


[d5d6bd9d73d1021](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/d5d6bd9d73d1021) Tomas Bjerre *2016-05-20 19:12:34*


## 1.30
### No issue

**Ignoring trailing slash in JIRA URL**


[da2d948cc0cc993](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/da2d948cc0cc993) Tomas Bjerre *2016-05-20 19:10:35*
[5fe7ae695d05a05](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/5fe7ae695d05a05) Tomas Bjerre *2016-05-20 19:11:02*

**doc**

Expand Down
6 changes: 6 additions & 0 deletions git-changelog-maven-plugin-example/CHANGELOG_custom.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
Changelog of Git Changelog Maven plugin.

## Unreleased
### No issue /
doc



## git-changelog-maven-plugin-1.30
### No issue /
Ignoring trailing slash in JIRA URL

Expand Down
10 changes: 9 additions & 1 deletion git-changelog-maven-plugin-example/CHANGELOG_inline.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,15 @@ Changelog of Git Changelog Maven plugin.
## Unreleased
### No issue

[da2d948cc0cc993](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/da2d948cc0cc993) Tomas Bjerre *2016-05-20 19:10:35*
[d5d6bd9d73d1021](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/d5d6bd9d73d1021) Tomas Bjerre *2016-05-20 19:12:34*

doc


## git-changelog-maven-plugin-1.30
### No issue

[5fe7ae695d05a05](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/5fe7ae695d05a05) Tomas Bjerre *2016-05-20 19:11:02*

Ignoring trailing slash in JIRA URL

Expand Down
11 changes: 10 additions & 1 deletion git-changelog-maven-plugin-example/CHANGELOG_jira.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,19 @@ Changelog of Git Changelog Maven plugin.
## Unreleased
### No issue

**doc**


[d5d6bd9d73d1021](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/d5d6bd9d73d1021) Tomas Bjerre *2016-05-20 19:12:34*


## 1.30
### No issue

**Ignoring trailing slash in JIRA URL**


[da2d948cc0cc993](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/da2d948cc0cc993) Tomas Bjerre *2016-05-20 19:10:35*
[5fe7ae695d05a05](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/5fe7ae695d05a05) Tomas Bjerre *2016-05-20 19:11:02*

**doc**

Expand Down
11 changes: 10 additions & 1 deletion git-changelog-maven-plugin-example/CHANGELOG_minimal.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,19 @@ Changelog of Git Changelog Maven plugin.
## Unreleased
### No issue

**doc**


[d5d6bd9d73d1021](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/d5d6bd9d73d1021) Tomas Bjerre *2016-05-20 19:12:34*


## git-changelog-maven-plugin-1.30
### No issue

**Ignoring trailing slash in JIRA URL**


[da2d948cc0cc993](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/da2d948cc0cc993) Tomas Bjerre *2016-05-20 19:10:35*
[5fe7ae695d05a05](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/5fe7ae695d05a05) Tomas Bjerre *2016-05-20 19:11:02*

**doc**

Expand Down
4 changes: 3 additions & 1 deletion git-changelog-maven-plugin-example/CHANGELOG_mixed.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ Changelog of Git Changelog Maven plugin.


### These commits have not issue in their commit comment
Ignoring trailing slash in JIRA URL *19:10:35*
doc *19:12:34*

Ignoring trailing slash in JIRA URL *19:11:02*

doc *18:44:20*

Expand Down
11 changes: 10 additions & 1 deletion git-changelog-maven-plugin-example/CHANGELOG_settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,19 @@ Changelog of Git Changelog Maven plugin.
## Next release
### Other changes

**doc**


[d5d6bd9d73d1021](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/d5d6bd9d73d1021) Tomas Bjerre *2016-05-20 19:12:34*


## 1.30
### Other changes

**Ignoring trailing slash in JIRA URL**


[da2d948cc0cc993](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/da2d948cc0cc993) Tomas Bjerre *2016-05-20 19:10:35*
[5fe7ae695d05a05](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/5fe7ae695d05a05) Tomas Bjerre *2016-05-20 19:11:02*

**doc**

Expand Down
11 changes: 10 additions & 1 deletion git-changelog-maven-plugin-example/CHANGELOG_templatefile.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,19 @@ Changelog of Git Changelog Maven plugin.
## Unreleased
### No issue

**doc**


[d5d6bd9d73d1021](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/d5d6bd9d73d1021) Tomas Bjerre *2016-05-20 19:12:34*


## 1.30
### No issue

**Ignoring trailing slash in JIRA URL**


[da2d948cc0cc993](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/da2d948cc0cc993) Tomas Bjerre *2016-05-20 19:10:35*
[5fe7ae695d05a05](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/5fe7ae695d05a05) Tomas Bjerre *2016-05-20 19:11:02*

**doc**

Expand Down
2 changes: 1 addition & 1 deletion git-changelog-maven-plugin-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<plugin>
<groupId>se.bjurr.gitchangelog</groupId>
<artifactId>git-changelog-maven-plugin</artifactId>
<version>1.30-SNAPSHOT</version>
<version>1.31-SNAPSHOT</version>
<executions>
<!-- Minimal config // -->
<execution>
Expand Down

0 comments on commit 34b7c78

Please sign in to comment.