Skip to content

Commit

Permalink
Lib 1.41, Commits added to correct tags
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasbjerre committed Apr 9, 2016
1 parent dbfc640 commit 54707a7
Show file tree
Hide file tree
Showing 11 changed files with 110 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,20 @@ Changelog of Git Changelog Gradle plugin.
**Updating example**


[dbfc64080f56afd](https://github.com/tomasbjerre/git-changelog-gradle-plugin/commit/dbfc64080f56afd) Tomas Bjerre *2016-04-07 19:08:48*


## 1.26
### No issue

**Lib 1.40 can ignore tags by regexp**


[87c1dac2c4a9455](https://github.com/tomasbjerre/git-changelog-gradle-plugin/commit/87c1dac2c4a9455) Tomas Bjerre *2016-04-07 19:06:38*

**Updating example**


[5188838111d44c8](https://github.com/tomasbjerre/git-changelog-gradle-plugin/commit/5188838111d44c8) Tomas Bjerre *2016-03-20 09:55:38*


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ buildscript {
}
}
dependencies {
classpath "gradle.plugin.se.bjurr.gitchangelog:git-changelog-gradle-plugin:1.26"
classpath "gradle.plugin.se.bjurr.gitchangelog:git-changelog-gradle-plugin:1.27"
}
}
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ repositories {
}

dependencies {
compile 'se.bjurr.gitchangelog:git-changelog-lib:1.40'
compile 'se.bjurr.gitchangelog:git-changelog-lib:1.41'
}

eclipse {
Expand Down
14 changes: 14 additions & 0 deletions git-changelog-gradle-plugin-example/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,20 @@ Changelog of Git Changelog Gradle plugin.
**Updating example**


[dbfc64080f56afd](https://github.com/tomasbjerre/git-changelog-gradle-plugin/commit/dbfc64080f56afd) Tomas Bjerre *2016-04-07 19:08:48*


## 1.26
### No issue

**Lib 1.40 can ignore tags by regexp**


[87c1dac2c4a9455](https://github.com/tomasbjerre/git-changelog-gradle-plugin/commit/87c1dac2c4a9455) Tomas Bjerre *2016-04-07 19:06:38*

**Updating example**


[5188838111d44c8](https://github.com/tomasbjerre/git-changelog-gradle-plugin/commit/5188838111d44c8) Tomas Bjerre *2016-03-20 09:55:38*


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



## 1.26
### No issue
Lib 1.40 can ignore tags by regexp

Updating example



## 1.25
### No issue
Lib 1.39
Expand Down
14 changes: 14 additions & 0 deletions git-changelog-gradle-plugin-example/CHANGELOG_file.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,20 @@ Changelog of Git Changelog Gradle plugin.
**Updating example**


[dbfc64080f56afd](https://github.com/tomasbjerre/git-changelog-gradle-plugin/commit/dbfc64080f56afd) Tomas Bjerre *2016-04-07 19:08:48*


## 1.26
### No issue

**Lib 1.40 can ignore tags by regexp**


[87c1dac2c4a9455](https://github.com/tomasbjerre/git-changelog-gradle-plugin/commit/87c1dac2c4a9455) Tomas Bjerre *2016-04-07 19:06:38*

**Updating example**


[5188838111d44c8](https://github.com/tomasbjerre/git-changelog-gradle-plugin/commit/5188838111d44c8) Tomas Bjerre *2016-03-20 09:55:38*


Expand Down
12 changes: 12 additions & 0 deletions git-changelog-gradle-plugin-example/CHANGELOG_inline.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@ Changelog of Git Changelog Maven plugin.
## Unreleased
### No issue

[dbfc64080f56afd](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/dbfc64080f56afd) Tomas Bjerre *2016-04-07 19:08:48*

Updating example


## 1.26
### No issue

[87c1dac2c4a9455](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/87c1dac2c4a9455) Tomas Bjerre *2016-04-07 19:06:38*

Lib 1.40 can ignore tags by regexp

[5188838111d44c8](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/5188838111d44c8) Tomas Bjerre *2016-03-20 09:55:38*

Updating example
Expand Down
14 changes: 14 additions & 0 deletions git-changelog-gradle-plugin-example/CHANGELOG_jira.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,20 @@ Changelog of Git Changelog Gradle plugin.
**Updating example**


[dbfc64080f56afd](https://github.com/tomasbjerre/git-changelog-gradle-plugin/commit/dbfc64080f56afd) Tomas Bjerre *2016-04-07 19:08:48*


## 1.26
### No issue

**Lib 1.40 can ignore tags by regexp**


[87c1dac2c4a9455](https://github.com/tomasbjerre/git-changelog-gradle-plugin/commit/87c1dac2c4a9455) Tomas Bjerre *2016-04-07 19:06:38*

**Updating example**


[5188838111d44c8](https://github.com/tomasbjerre/git-changelog-gradle-plugin/commit/5188838111d44c8) Tomas Bjerre *2016-03-20 09:55:38*


Expand Down
14 changes: 14 additions & 0 deletions git-changelog-gradle-plugin-example/CHANGELOG_minimal.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,20 @@ Changelog of Git Changelog Gradle plugin.
**Updating example**


[dbfc64080f56afd](https://github.com/tomasbjerre/git-changelog-gradle-plugin/commit/dbfc64080f56afd) Tomas Bjerre *2016-04-07 19:08:48*


## 1.26
### No issue

**Lib 1.40 can ignore tags by regexp**


[87c1dac2c4a9455](https://github.com/tomasbjerre/git-changelog-gradle-plugin/commit/87c1dac2c4a9455) Tomas Bjerre *2016-04-07 19:06:38*

**Updating example**


[5188838111d44c8](https://github.com/tomasbjerre/git-changelog-gradle-plugin/commit/5188838111d44c8) Tomas Bjerre *2016-03-20 09:55:38*


Expand Down
4 changes: 4 additions & 0 deletions git-changelog-gradle-plugin-example/CHANGELOG_mixed.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ Changelog of Git Changelog Maven plugin.

## These commits are not included in any tag
### These commits have not issue in their commit comment
Updating example *19:08:48*

Lib 1.40 can ignore tags by regexp *19:06:38*

Updating example *09:55:38*

Lib 1.39 *09:53:14*
Expand Down
14 changes: 14 additions & 0 deletions git-changelog-gradle-plugin-example/CHANGELOG_settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,20 @@ Changelog of Git Changelog Gradle plugin.
**Updating example**


[dbfc64080f56afd](https://github.com/tomasbjerre/git-changelog-gradle-plugin/commit/dbfc64080f56afd) Tomas Bjerre *2016-04-07 19:08:48*


## 1.26
### Other changes

**Lib 1.40 can ignore tags by regexp**


[87c1dac2c4a9455](https://github.com/tomasbjerre/git-changelog-gradle-plugin/commit/87c1dac2c4a9455) Tomas Bjerre *2016-04-07 19:06:38*

**Updating example**


[5188838111d44c8](https://github.com/tomasbjerre/git-changelog-gradle-plugin/commit/5188838111d44c8) Tomas Bjerre *2016-03-20 09:55:38*


Expand Down

0 comments on commit 54707a7

Please sign in to comment.