April 26, 2020
- Migrated documentation and changelog to GitHub, as the Jenkins wiki is deprecated
- Updated POM to point Jenkins to this documentation (as I forgot to do so in the previous release)
April 25, 2020
- Updated git-plugin dependency
- Increased Jenkins requirement to 2.60.3
- Thanks to René Scheibe
- Migrated documentation and changelog to GitHub, as the Jenkins wiki is deprecated
December 24, 2017
- Removed an unnecessary dependency on a Pipeline plugin, added in version 1.6
- Fixed integration tests so that they can run on Windows
December 20, 2017
- Added the ability to use the most recent tag to the commit being built (JENKINS-32208)
- Thanks to Arnaud Tamaillon
- Fixed the plugin to work with repos where git returns commit hash prefixes longer than seven characters
April 25, 2016
- Fixed crash which could happen with a detached HEAD, i.e. no branch name was associated with a commit (JENKINS-34429)
June 21, 2015
- The git tag name is now also exported as
GIT_TAG_NAME
(JENKINS-28705)- Thanks to Thomas Blitz
March 12, 2015
- Fixed crash when no tag name could be determined (JENKINS-27383)
- The outcome of this plugin (i.e. whether a tag message was found and exported) is now written to the build log
- Increased Jenkins requirement to 1.565.1
February 1, 2015
- Ensured that, if building from a tag, the message from that tag is used (rather than a newer tag pointing at the same commit)
October 31, 2014
- Fixed crash when a detached HEAD or repo with no tags was used
October 22, 2014
- Initial release