Releases: laminas/automatic-releases
Releases · laminas/automatic-releases
1.6.0
1.6.0 - 2020-09-03
Release Notes for 1.6.0
Feature release (minor)
1.6.0
- Total issues resolved: 3
- Total pull requests resolved: 3
- Total contributors: 1
Enhancement
1.5.0
1.5.0 - 2020-08-31
Release Notes for 1.5.0
1.5.0
- Total issues resolved: 1
- Total pull requests resolved: 1
- Total contributors: 1
Enhancement
1.4.0
1.4.0 - 2020-08-31
Release Notes for 1.4.0
1.4.0
- Total issues resolved: 1
- Total pull requests resolved: 1
- Total contributors: 2
Enhancement
- 37: Create new milestones automatically thanks to @geerteltink and @Ocramius
1.3.0
1.3.0 - 2020-08-26
Added
- Nothing.
Changed
- #58 updates the "Release" step such that:
- It now always uses jwage/changelog-generator to generate release notes.
- IF a
CHANGELOG.mdfile is present:- IF it contains changes for the target version, it appends the generated release notes to the changes for that version.
- OTHERWISE it replaces the contents for the target version with the generated release notes.
- And then it commits and pushes the file to the originating branch before it tags and releases.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.
Release Notes for 1.3.0
1.3.0
- Total issues resolved: 0
- Total pull requests resolved: 9
- Total contributors: 3
Bug,Documentation
Bug
- 59: Remove redundant infection configuration thanks to @michalbundyra
- 53: Use ORGANIZATION_ADMIN_TOKEN for our own release action thanks to @weierophinney
- 52: Merge release 1.2.3 into 1.3.x thanks to @github-actions[bot]
- 48: Merge release 1.2.2 into 1.3.x thanks to @github-actions[bot]
- 45: Fix YAML config for actions-tagger workflow thanks to @weierophinney
- 44: Merge release 1.2.1 into 1.3.x thanks to @github-actions[bot]
Enhancement,Review Needed
- 58: Automatically generate changelog revision text if the changelog was not hand-crafted - do not commit if unchanged thanks to @weierophinney
Documentation,Enhancement
1.2.4
Release 1.2.4
1.2.4
- Total issues resolved: 1
- Total pull requests resolved: 1
- Total contributors: 1
Bug
1.2.3
Release 1.2.3
1.2.3
- Total issues resolved: 0
- Total pull requests resolved: 1
- Total contributors: 1
Bug
1.2.2
Release 1.2.2
1.2.2
- Total issues resolved: 1
- Total pull requests resolved: 1
- Total contributors: 1
Bug,Review Needed
1.2.1
Release 1.2.1
1.2.1
- Total issues resolved: 0
- Total pull requests resolved: 1
- Total contributors: 1
Bug
1.2.0
Added
- #40 adds a new command, laminas:automatic-releases:bump-changelog. When a
CHANGELOG.mdfile 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.mdfile 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
CommitFileViaConsolethanks to @weierophinney
Enhancement,Review Needed
- 40: When a new release is made, bump the
CHANGELOGversion 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]
Documentation,Enhancement
1.1.0
Added
- #18 adds support for using
CHANGELOG.mdfiles 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