Added
- #40 adds a new command, laminas:automatic-releases:bump-changelog. When a
CHANGELOG.md
file is present in the repository, it will add an entry in the file for the next patch-level release to the target branch of the closed milestone. The patch also adds the command to the end of the suggested workflow configuration.
Changed
- #40 updates the laminas:automatic-releases:switch-default-branch-to-next-minor command such that if a
CHANGELOG.md
file is present in the repository, and a new minor release branch is created, it adds an entry to the file for the next minor release.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #41 fixes an issue that occurred when attempting to commit changes to the
CHANGELOG.md
.
Release 1.2.0
1.2.0
- Total issues resolved: 3
- Total pull requests resolved: 7
- Total contributors: 4
Bug
- 42: Update Dockerfile to have modern toolchain thanks to @weierophinney
- 41: Do not checkout the branch passed to
CommitFileViaConsole
thanks to @weierophinney
Enhancement,Review Needed
- 40: When a new release is made, bump the
CHANGELOG
version in the next release branch and the originating release branch thanks to @weierophinney and @Ocramius
Enhancement
- 39: Provide the ability to log to STDERR thanks to @weierophinney and @Ocramius
- 23: Bump symfony/console from 4.4.10 to 4.4.11 thanks to @dependabot-preview[bot]