Releases: jenkinsci/core-changelog-generator
Releases · jenkinsci/core-changelog-generator
v2.2.1
🐛 Bug fixes
- Revert to ruamel.yaml 17.0.9 (05651d5) @MarkEWaite
v2.2.0
🚀 New features and improvements
- Recognize 'localization' label (#29) @NotMyFault
- Include
removed
label in the changelog (#25) @MarkEWaite - Automate weekly changelog generation (#14) @timja
- Do not consider regressions as a major bug by default (#13) @oleg-nenashev
- Add support for Release Drafter configs and Markdown output (#12) @oleg-nenashev
🐛 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
- Fetch release-drafter config from GH (#28) @NotMyFault
- Enable Release drafter workflow (#30) @NotMyFault
📦 Dependency updates
- Bump ruamel-yaml from 0.17.21 to 0.18.6 (#35) @dependabot
- Update ruamel.yaml and keep track of it (#31) @NotMyFault
v2.1.0
🚀 New features and improvements
- JENKINS-60662 - Align Changelog Generator with new Core PR labels (#6) @oleg-nenashev
- JENKINS-60663 - Capture pull request authors and add them to notable changes (#7) @oleg-nenashev
v2.0.0
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
- Enable Release Drafter for the repository (#3) @oleg-nenashev