You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BWPanda edited this page Feb 17, 2023
·
1 revision
Bug-Fix Release notes
Git clone repository for backdrop/backdrop (or git pull 1.x branch)
Run the command git pull core 1.x
(where 'core' is the remote and '1.x' is the branch)
Checkout the latest bug-fix branch
Run the command git checkout 1.11.x
(where 1.11.x is the latest bug-fix branch)
Get all the latest tags
Run the command git fetch --tags
Generate release notes
Run the command drush rn 1.11.3 HEAD > ~/Desktop/notes.md
(where 1.11.3 is the latest release)
Minor Version Release notes
The release notes for minor versions are generated automatically, based on
issues assigned to the minor version's milestone.
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