Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Commit

Permalink
Git changelog lib 1.25
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasbjerre committed Feb 10, 2016
1 parent 372f5d2 commit b0dcca6
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 23 deletions.
54 changes: 37 additions & 17 deletions CHANGELOG.md
@@ -1,62 +1,82 @@
# Git Changelog for Bitbucket Plugin changelog
# Git Changelog Bitbucket plugin changelog

Changelog of Git Changelog for Bitbucket Plugin.
Changelog of Git Changelog Bitbucket plugin.

## Next release
### Other changes

**Git changelog lib 1.25**


[a8283be98752e55](https://github.com/tomasbjerre/git-changelog-bitbucket-plugin/commit/a8283be98752e55) Tomas Bjerre *2016-02-10 18:45:50*


## 1.1
### GitHub [#4](https://github.com/tomasbjerre/git-changelog-bitbucket-plugin/issues/4) Refactor and add test cases

**Adding some test cases #4**


[61038babd877d50](https://github.com/tomasbjerre/git-changelog-bitbucket-plugin/commit/61038babd877d50) Tomas Bjerre *2015-12-07 20:30:44*

Adding some test cases #4
**Creating services and moving stuff around #4**

[108f10560ac9028](https://github.com/tomasbjerre/git-changelog-bitbucket-plugin/commit/108f10560ac9028) Tomas Bjerre *2015-12-07 19:36:13*

Creating services and moving stuff around #4
[108f10560ac9028](https://github.com/tomasbjerre/git-changelog-bitbucket-plugin/commit/108f10560ac9028) Tomas Bjerre *2015-12-07 19:36:13*


### GitHub [#5](https://github.com/tomasbjerre/git-changelog-bitbucket-plugin/issues/5) Wrong date of some commits

[3508d30a60724af](https://github.com/tomasbjerre/git-changelog-bitbucket-plugin/commit/3508d30a60724af) Tomas Bjerre *2016-02-09 19:43:46*
**Added variables: messageTitle, messageBody, messageItems #5**


Added variables: messageTitle, messageBody, messageItems #5
[ed6d538323defa7](https://github.com/tomasbjerre/git-changelog-bitbucket-plugin/commit/ed6d538323defa7) Tomas Bjerre *2016-02-09 19:46:20*


### Other changes

**Using lib 1.23**


[5c56b2c9481a7fc](https://github.com/tomasbjerre/git-changelog-bitbucket-plugin/commit/5c56b2c9481a7fc) Tomas Bjerre *2016-01-31 11:24:28*

Using lib 1.23
**Correcting link to Marketplace**


[f3a7fb575b506c5](https://github.com/tomasbjerre/git-changelog-bitbucket-plugin/commit/f3a7fb575b506c5) Tomas Bjerre *2015-12-15 05:37:35*

Correcting link to Marketplace
**Adding link to Atlassian Marketplace in readme**


[fdcc554d6532248](https://github.com/tomasbjerre/git-changelog-bitbucket-plugin/commit/fdcc554d6532248) Tomas Bjerre *2015-12-06 17:06:54*

Adding link to Atlassian Marketplace in readme
**Adding changelog**

[20318a3a986f4c5](https://github.com/tomasbjerre/git-changelog-bitbucket-plugin/commit/20318a3a986f4c5) Tomas Bjerre *2015-12-06 08:03:26*

Adding changelog
[20318a3a986f4c5](https://github.com/tomasbjerre/git-changelog-bitbucket-plugin/commit/20318a3a986f4c5) Tomas Bjerre *2015-12-06 08:03:26*


## 1.0
### Other changes

**Admin GUI**


[7e1cbad42b5db5c](https://github.com/tomasbjerre/git-changelog-bitbucket-plugin/commit/7e1cbad42b5db5c) Tomas Bjerre *2015-12-05 19:23:50*

Admin GUI
**Refactored and added test**


[8a6e09c11ee4064](https://github.com/tomasbjerre/git-changelog-bitbucket-plugin/commit/8a6e09c11ee4064) Tomas Bjerre *2015-12-05 15:22:01*

Refactored and added test
**Adding extended variables**


[5356c3b3531a221](https://github.com/tomasbjerre/git-changelog-bitbucket-plugin/commit/5356c3b3531a221) Tomas Bjerre *2015-12-05 15:07:45*

Adding extended variables
**Initial commit**

[1326f9f1f021410](https://github.com/tomasbjerre/git-changelog-bitbucket-plugin/commit/1326f9f1f021410) Tomas Bjerre *2015-12-05 14:10:27*

Initial commit
[1326f9f1f021410](https://github.com/tomasbjerre/git-changelog-bitbucket-plugin/commit/1326f9f1f021410) Tomas Bjerre *2015-12-05 14:10:27*


12 changes: 8 additions & 4 deletions changelog.mustache
@@ -1,6 +1,6 @@
# Git Changelog for Bitbucket Plugin changelog
# Git Changelog Bitbucket plugin changelog

Changelog of Git Changelog for Bitbucket Plugin.
Changelog of Git Changelog Bitbucket plugin.

{{#tags}}
## {{name}}
Expand All @@ -18,9 +18,13 @@ Changelog of Git Changelog for Bitbucket Plugin.
{{/hasIssue}}

{{#commits}}
[{{hash}}](https://github.com/tomasbjerre/git-changelog-bitbucket-plugin/commit/{{hash}}) {{authorName}} *{{commitTime}}*
**{{{messageTitle}}}**

{{#messageBodyItems}}
* {{.}}
{{/messageBodyItems}}

{{{message}}}
[{{hash}}](https://github.com/tomasbjerre/git-changelog-bitbucket-plugin/commit/{{hash}}) {{authorName}} *{{commitTime}}*

{{/commits}}

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -90,7 +90,7 @@
<dependency>
<groupId>se.bjurr.gitchangelog</groupId>
<artifactId>git-changelog-lib</artifactId>
<version>1.24</version>
<version>1.25</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
Expand Down Expand Up @@ -193,7 +193,7 @@
<plugin>
<groupId>se.bjurr.gitchangelog</groupId>
<artifactId>git-changelog-maven-plugin</artifactId>
<version>1.14</version>
<version>1.15</version>
<executions>
<execution>
<id>GenerateGitChangelog</id>
Expand Down

0 comments on commit b0dcca6

Please sign in to comment.