Skip to content

Releases: jenkinsci/core-changelog-generator

v2.2.1

25 Mar 17:42
Compare
Choose a tag to compare

🐛 Bug fixes

v2.2.0

25 Mar 17:21
2fc5b36
Compare
Choose a tag to compare

🚀 New features and improvements

🐛 Bug fixes

  • Allow git commands in directory not owned by current user (#34) @MarkEWaite
  • Update the changelog fields to the new prettier style used in core (#26) @NotMyFault
  • Fix internal prefix generation (#22) @timja
  • Remove regression in TODO in automated changelog (#18) @timja
  • Use a UTF-8 locale to process more characters (#15) @MarkEWaite

👻 Maintenance

📦 Dependency updates

v2.1.0

07 Jan 16:57
d03c4c4
Compare
Choose a tag to compare

🚀 New features and improvements

v2.0.0

26 Nov 22:37
b3e3ba3
Compare
Choose a tag to compare

This is a first release of the tool after transferring it to the jenkinsci GitHub organization. Versioning starts from 2.0.0, and only changes after the transfer are included here.

🚀 New features and improvements

  • Introduce a Dockerized version of the tool + Add support of generating YAML files as an output (#2) @oleg-nenashev
  • Publish an official Docker image: jenkins/core-changelog-generator (#4) @oleg-nenashev
  • Make the weekly.yml link in lts-backports-changelog optional (#5) @oleg-nenashev
  • Support HTTPS URLs as a source of weekly.yml in lts-backports-changelog (#5) @oleg-nenashev

🐛 Bug Fixes

  • Fix failures of lts-backports-changelog on platforms where bash is not a default shell (#5) @oleg-nenashev
  • Require the date Ruby package in the changelog generator (#1) @MarkEWaite

👻 Maintenance