All notable changes to this project will be documented in this file, in reverse chronological order by release.
- Nothing.
- Nothing.
- Nothing.
- Nothing.
- Nothing.
Release Notes for 1.8.0
Feature release (minor)
- Total issues resolved: 1
- Total pull requests resolved: 1
- Total contributors: 2
- 73: fix: update phly/keep-a-changelog thanks to @ramsey
- 57:
CHANGELOG.md
bump failed for branch with valid changelog? thanks to @Ocramius
Release Notes for 1.7.0
Feature release (minor)
- Total issues resolved: 0
- Total pull requests resolved: 3
- Total contributors: 2
- 72: Sign commits, as well as tags thanks to @ramsey
- 71: docs: add note about how GITHUB_TOKEN is created thanks to @ramsey
- 70: Merge release 1.6.1 into 1.7.x thanks to @github-actions[bot]
Release Notes for 1.6.1
1.6.x bugfix release (patch)
- Total issues resolved: 0
- Total pull requests resolved: 1
- Total contributors: 1
- 69: Add all required environment variables to `release-on-milestone-close… thanks to @Ocramius
Release Notes for 1.6.0
Feature release (minor)
- Total issues resolved: 3
- Total pull requests resolved: 3
- Total contributors: 1
- 68: Strip empty sections from keep-a-changelog release notes thanks to @weierophinney
- 67: Normalize generated text to strip extra lines and redundant version information thanks to @weierophinney
- 66: End changelog version entry with empty line thanks to @weierophinney
Release Notes for 1.5.0
- Total issues resolved: 1
- Total pull requests resolved: 1
- Total contributors: 1
- 62: Add milestone descriptions when creating new milestones thanks to @geerteltink
Release Notes for 1.4.0
- Total issues resolved: 1
- Total pull requests resolved: 1
- Total contributors: 2
- 37: Create new milestones automatically thanks to @geerteltink and @Ocramius
- Nothing.
- #58 updates the "Release" step such that:
- It now always uses jwage/changelog-generator to generate release notes.
- IF a
CHANGELOG.md
file 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.
- Nothing.
- Nothing.
- Nothing.
Release Notes for 1.3.0
- Total issues resolved: 0
- Total pull requests resolved: 9
- Total contributors: 3
- 60: Updates README.md - automation is not laminas-specific thanks to @michalbundyra
- 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]
- 58: Automatically generate changelog revision text if the changelog was not hand-crafted - do not commit if unchanged thanks to @weierophinney
- 54: Update workflow documentation and examples thanks to @weierophinney
- Nothing.
- Nothing.
- Nothing.
- Nothing.
- #55 fixes issues with identifying and retrieving
CHANGELOG.md
contents from non-default branches.
- Nothing.
- Nothing.
- Nothing.
- Nothing.
- #50 updates the various classes performing API calls to issue authorization as a Personal Access Token instead of an OAuth token.
- Nothing.
- Nothing.
- Nothing.
- Nothing.
- #47 fixes
CHANGELOG.md
update operations to avoid preventable failures during the release process.
- Nothing.
- Nothing.
- Nothing.
- Nothing.
- #43 fixes which branch the minor changelog bump is targetted to to correctly be the next default branch.
- #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.
- #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.
- Nothing.
- Nothing.
- #41 fixes an issue that occurred when attempting to commit changes to the
CHANGELOG.md
.
- #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.
- Nothing.
- Nothing.
- Nothing.
- Nothing.