1.1.0
Added
- #18 adds support for using
CHANGELOG.md
files in Keep-A-Changelog format for the release notes. When such a file is found, the tooling will set the release date in the file, commit and push it, and then extract that changelog version to use in the release notes. It still pulls release notes from patches associated with the milestone as well, in order to provide attribution and provide additional insight into the changes associated with the release.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.
Release 1.1.0
1.1.0
- Total issues resolved: 2
- Total pull requests resolved: 8
- Total contributors: 6
Documentation
- 30: Explain the needed scopes for the admin token thanks to @geerteltink
- 29: Update readme with latest changes thanks to @geerteltink
- 28: Use US spelling for organization thanks to @gmsantos
Enhancement
- 22: Bump php-http/discovery from 1.9.0 to 1.9.1 thanks to @dependabot-preview[bot]
- 21: Bump phpdocumentor/reflection-docblock from 5.1.0 to 5.2.0 thanks to @dependabot-preview[bot]
- 20: Bump symfony/polyfill-mbstring from 1.17.1 to 1.18.0 thanks to @dependabot-preview[bot]
- 19: Bump symfony/process from 5.1.2 to 5.1.3 thanks to @dependabot-preview[bot]
Enhancement,Review Needed
- 18: Allow using existing Keep-A-Changelog files for release notes thanks to @weierophinney and @asgrim