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
-[ ] Include a short, descriptive summary of the release, for example:
24
24
* "Security release for Backdrop CMS. This release fixes 1 security vulnerability:"
25
25
* Include a list of SA's for commits to this release
26
-
-[ ] Include a section heading `**Notes for updating**`
26
+
-[ ] Include a section heading `## Notes for updating*`
27
27
-[ ] Note if any changes were made to files outside the `core` directory, for example:
28
28
*``- No changes have been made to the `.htaccess`, `robots.txt` or default `settings.php` files in this release. Updating customized versions of those files is not necessary.``
29
29
* See [this example](https://github.com/backdrop/backdrop/releases/tag/1.18.0) for updates to `.htaccess`
-[ ] Include a short, descriptive summary of the release, for example:
24
24
* "Maintenance release for Backdrop CMS. This update contains bug fixes and usability improvements only."
25
-
-[ ] Include a section heading `**Notes for updating**`
25
+
-[ ] Include a section heading `## Notes for updating*`
26
26
-[ ] Note if any changes were made to files outside the `core` directory, for example:
27
27
*``- No changes have been made to the `.htaccess`, `robots.txt` or default `settings.php` files in this release. Updating customized versions of those files is not necessary.``
28
28
* See [this example](https://github.com/backdrop/backdrop/releases/tag/1.18.0) for updates to `.htaccess`
-[ ] Include a short, descriptive summary of the release, for example:
19
19
* This is the preview release of Backdrop 1.16.0. Please use this version if you would like to help us test the features in the new version of Backdrop prior to the official release on January/May/September 15th, 20xx.
20
-
-[ ] Include a section heading `**Notes for updating**`
20
+
-[ ] Include a section heading `## Notes for updating*`
21
21
-[ ] Note if any changes were made to files outside the `core` directory, for example:
22
22
*``- No changes have been made to the `.htaccess`, `robots.txt` or default `settings.php` files in this release. Updating customized versions of those files is not necessary.``
23
23
* See [this example](https://github.com/backdrop/backdrop/releases/tag/1.18.0) for updates to `.htaccess`
@@ -27,11 +27,12 @@ Steps to create a MAJOR release
27
27
* or `**It will be necessary to run the update script** (located at /core/update.php) for this release.`
28
28
* Note: you can use this command to see if any install files were changed:
29
29
`ls -1 core/modules/*/*.install | while read filename; do echo "$(git log -1 --pretty="format:%ad %f" --date=format:"%F %R" -- $filename)" $filename; done|sort`
30
-
-[ ] Include a section heading `**Changes since version 1.xx.x** are listed below.`
30
+
-[ ] Include a section heading `## Changes since version 1.xx.x are listed below.`
31
31
* navigate to [Actions](https://github.com/backdrop/backdrop-issues/actions)
32
32
* Select the most recent time "Release Notes Generator" has been run.
33
33
* Download the `release-notes` artifact attached to the generator.
34
34
* Unzip the file, and copy/pate contents into release notes draft.
35
+
- Move the headings to H3, add another `#` before the `##` to get `###`.
35
36
* Re-word issue titles to indicate that the problems have been fixed.
36
37
-[ ] Draft blog post (assign to tomgrandy / klonos / jenlampton / quicksketch)
37
38
-[ ] Draft a newsletter via MailChimp (assign to facetinteractive / tomgrandy / jenlampton)
-[ ] Include a short, descriptive summary of the release, for example:
24
24
* This is the preview release of Backdrop 1.16.0. Please use this version if you would like to help us test the features in the new version of Backdrop prior to the official release on January/May/September 15th, 20xx.
25
-
-[ ] Include a section heading `**Notes for updating**`
25
+
-[ ] Include a section heading `## Notes for updating*`
26
26
-[ ] Note if any changes were made to files outside the `core` directory, for example:
27
27
*``- No changes have been made to the `.htaccess`, `robots.txt` or default `settings.php` files in this release. Updating customized versions of those files is not necessary.``
28
28
* See [this example](https://github.com/backdrop/backdrop/releases/tag/1.18.0) for updates to `.htaccess`
-[ ] Copy Preview release release notes, update as follows
24
24
-[ ] Include a short, descriptive summary of the release, for example:
25
25
* The Backdrop community is proud to release version 1.xx of Backdrop CMS, following our 4-month release cycle.
26
-
-[ ] Include a section heading `**Notes for updating**`
26
+
-[ ] Include a section heading `## Notes for updating*`
27
27
-[ ] Note if any changes were made to files outside the `core` directory, for example:
28
28
*``- No changes have been made to the `.htaccess`, `robots.txt` or default `settings.php` files in this release. Updating customized versions of those files is not necessary.``
29
29
* See [this example](https://github.com/backdrop/backdrop/releases/tag/1.18.0) for updates to `.htaccess`
30
30
* See [this example](https://github.com/backdrop/backdrop/releases/tag/1.16.0) or [this example](https://github.com/backdrop/backdrop/releases/tag/1.14.0) for updates to `settings.php`
31
31
-[ ] Note if updates (update.php) needs to be run, for example:
32
32
* Use the text `The database update script does **not** need to be run.`
33
33
* or `**It will be necessary to run the update script** (located at /core/update.php) for this release.`
34
-
-[ ] Include a section heading `**Changes since version 1.xx.x** are listed below.`
34
+
-[ ] Include a section heading `## Changes since version 1.xx.x are listed below.`
35
35
* Note: you can use this command to see if any install files were changed:
36
36
`ls -1 core/modules/*/*.install | while read filename; do echo "$(git log -1 --pretty="format:%ad %f" --date=format:"%F %R" -- $filename)" $filename; done|sort`
37
37
* Navigate to [Actions](https://github.com/backdrop/backdrop-issues/actions)
38
38
* Select the most recent time "Release Notes Generator" has been run.
39
39
* Download the `release-notes` artifact attached to the generator.
40
40
* Unzip the file, and copy/pate contents into release notes draft.
41
+
- Move the headings to H3, add another `#` before the `##` to get `###`.
41
42
* Re-word issue titles to indicate that the problems have been fixed.
42
43
* Note: This list can also be copied from the list on the preview release, but review closed issuses in the milestone
43
44
-[ ] Verify the list above matches all changes since the most recent bug-fix release
0 commit comments