diff --git a/CHANGELOG.md b/CHANGELOG.md index 5acb280..490a5bb 100644 --- a/CHANGELOG.md +++ b/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* diff --git a/changelog.mustache b/changelog.mustache index 2f61a8d..67002a7 100644 --- a/changelog.mustache +++ b/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}} @@ -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}} diff --git a/pom.xml b/pom.xml index 825d624..c5061c1 100644 --- a/pom.xml +++ b/pom.xml @@ -90,7 +90,7 @@ se.bjurr.gitchangelog git-changelog-lib - 1.24 + 1.25 org.slf4j @@ -193,7 +193,7 @@ se.bjurr.gitchangelog git-changelog-maven-plugin - 1.14 + 1.15 GenerateGitChangelog