-
Notifications
You must be signed in to change notification settings - Fork 40
Core: Release Notes
BWPanda edited this page Feb 17, 2023
·
1 revision
- Git clone repository for backdrop/backdrop (or git pull 1.x branch)
Run the commandgit pull core 1.x
(where 'core' is the remote and '1.x' is the branch) - Checkout the latest bug-fix branch
Run the commandgit checkout 1.11.x
(where 1.11.x is the latest bug-fix branch) - Get all the latest tags
Run the commandgit fetch --tags
- Generate release notes
Run the commanddrush rn 1.11.3 HEAD > ~/Desktop/notes.md
(where 1.11.3 is the latest release)
The release notes for minor versions are generated automatically, based on issues assigned to the minor version's milestone.
- Go to the 'Milestones' page in the
backdrop-issues
repo: https://github.com/backdrop/backdrop-issues/milestones - Close the milestone for this minor version (this triggers the generation of the release notes)
- Go to the 'Actions' page in the
backdrop-issues
repo: https://github.com/backdrop/backdrop-issues/actions - A 'Release Notes Generator' workflow should be in progress - wait until it's done, then click on it
- Scroll down to the 'Artifacts' section and click on the 'release-notes' download - this ZIP file contains a markdown file with the generated release notes for this minor version