From 5439da0d2f532bcc160fd0b616f7c9b20b4835d2 Mon Sep 17 00:00:00 2001 From: Jen Lampton Date: Wed, 15 May 2024 16:09:28 -0700 Subject: [PATCH] Minor updates to all templates. --- ...ue-template--release--bug-fix--security.md | 2 +- templates/issue-template--release--bug-fix.md | 7 +++--- templates/issue-template--release--major.md | 2 +- .../issue-template--release--minor-preview.md | 6 ++--- templates/issue-template--release--minor.md | 22 +++++++------------ 5 files changed, 16 insertions(+), 23 deletions(-) diff --git a/templates/issue-template--release--bug-fix--security.md b/templates/issue-template--release--bug-fix--security.md index bdfc34f..23a82df 100644 --- a/templates/issue-template--release--bug-fix--security.md +++ b/templates/issue-template--release--bug-fix--security.md @@ -31,7 +31,7 @@ Release scheduled for [Month] DD, 20xx 10am - 4pm PT * 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` - [ ] Note if updates (update.php) needs to be run, for example: * Use the text `The database update script does **not** need to be run.` - * or `**It will be necessary to run the update script** (located at /update.php) for this release.` + * or `**It will be necessary to run the update script** (located at /core/update.php) for this release.` - [ ] Include a section heading `**Changes since version 1.xx.x** are listed below.` * Navigate to [Actions](https://github.com/backdrop/backdrop-issues/actions) * Select the most recent time "Release Notes Generator" has been run. diff --git a/templates/issue-template--release--bug-fix.md b/templates/issue-template--release--bug-fix.md index e61182b..83c3017 100644 --- a/templates/issue-template--release--bug-fix.md +++ b/templates/issue-template--release--bug-fix.md @@ -30,7 +30,7 @@ Release scheduled for [Month] DD, 20xx 10am - 4pm PT * 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` - [ ] Note if updates (update.php) needs to be run, for example: * Use the text `The database update script does **not** need to be run.` - * or `**It will be necessary to run the update script** (located at /update.php) for this release.` + * or `**It will be necessary to run the update script** (located at /core/update.php) for this release.` - [ ] Include a section heading `**Changes since version 1.xx.x** are listed below.` * Navigate to [Actions](https://github.com/backdrop/backdrop-issues/actions) * Select the most recent time "Release Notes Generator" has been run. @@ -46,7 +46,7 @@ Release scheduled for [Month] DD, 20xx 10am - 4pm PT - [ ] Create release notes on GitHub, and publish release (assign to jenlampton / herbdool / quicksketch) - [ ] Update the front page download link on b.org (assign to stpaultim / klonos / jenlampton / herbdool / quicksketch) - [ ] Tweet that a new release is out (assign to stpaultim / jimbirch / jenlampton / quicksketch) - - Use text like "There is a bug-fix release out for #BackdropCMS today, version 1.17.1: https://backdropcms.org." or + - Use text like "There is a bug-fix release out for #BackdropCMS today, version 1.27.2: https://backdropcms.org." ## Immediate Post-release tasks @@ -74,9 +74,8 @@ If this release does NOT accompany a minor release: ## See Also -- [Checklist for 1.xx.x release]() -- [Minor Release Checklist]() +- [Checklist for 1.xx.x release]() - [Checklist for previous minor version]() diff --git a/templates/issue-template--release--major.md b/templates/issue-template--release--major.md index d631047..14be2ed 100644 --- a/templates/issue-template--release--major.md +++ b/templates/issue-template--release--major.md @@ -25,7 +25,7 @@ Steps to create a MAJOR release * 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` - [ ] Note if updates (update.php) needs to be run, for example: * Use the text `The database update script does **not** need to be run.` - * or `**It will be necessary to run the update script** (located at /update.php) for this release.` + * or `**It will be necessary to run the update script** (located at /core/update.php) for this release.` - [ ] Include a section heading `**Changes since version 1.xx.x** are listed below.` * navigate to [Actions](https://github.com/backdrop/backdrop-issues/actions) * Select the most recent time "Release Notes Generator" has been run. diff --git a/templates/issue-template--release--minor-preview.md b/templates/issue-template--release--minor-preview.md index a93423b..10ad779 100644 --- a/templates/issue-template--release--minor-preview.md +++ b/templates/issue-template--release--minor-preview.md @@ -30,7 +30,7 @@ Scheduled for January/May/September 1st, 20xx 10am - 4pm PT * 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` - [ ] Note if updates (update.php) needs to be run, for example: * Use the text `The database update script does **not** need to be run.` - * or `**It will be necessary to run the update script** (located at /update.php) for this release.` + * or `**It will be necessary to run the update script** (located at /core/update.php) for this release.` - [ ] Include a section heading `**Changes since version 1.xx.x** are listed below.` * navigate to [Actions](https://github.com/backdrop/backdrop-issues/actions) * Select the most recent time "Release Notes Generator" has been run. @@ -47,8 +47,8 @@ Scheduled for January/May/September 1st, 20xx 10am - 4pm PT - [ ] Add `Needs translation` label if the the issue contains string translations. - [ ] Draft blog post for release on the 15th (assign to stpaultim / tomgrandy / klonos / jenlampton) - [ ] Draft roadmap updates for backdropcms.org (assign to stpaultim / klonos / jenlampton) -- [ ] Update list of modules included in backdrop core (assign to bugfolder / klonos / jenlampton) -- [ ] Update list of modules included in backdrop_upgrade_status module (assign to jenlampton) +- [ ] Update list of [modules included in backdrop core](https://docs.backdropcms.org/documentation/features-added-to-core) (assign to bugfolder / klonos / jenlampton) +- [ ] Update list of modules included in backdrop_upgrade_status module @ jenlampton - [ ] Create new forum topic for feedback on the release @stpaultim ## Release tasks diff --git a/templates/issue-template--release--minor.md b/templates/issue-template--release--minor.md index 5381425..604649b 100644 --- a/templates/issue-template--release--minor.md +++ b/templates/issue-template--release--minor.md @@ -31,7 +31,7 @@ Scheduled for January/September/May 15, 20xx 10am - 4pm PT * 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` - [ ] Note if updates (update.php) needs to be run, for example: * Use the text `The database update script does **not** need to be run.` - * or `**It will be necessary to run the update script** (located at /update.php) for this release.` + * or `**It will be necessary to run the update script** (located at /core/update.php) for this release.` - [ ] Include a section heading `**Changes since version 1.xx.x** are listed below.` * Navigate to [Actions](https://github.com/backdrop/backdrop-issues/actions) * Select the most recent time "Release Notes Generator" has been run. @@ -51,7 +51,8 @@ Scheduled for January/September/May 15, 20xx 10am - 4pm PT - [ ] Create release notes on GitHub, and publish release (assign to jenlampton / herbdool / quicksketch) - [ ] Unpublish preview release on backdropcms.org (assign to stpaultim / klonos / jenlampton / herbdool / quicksketch) - [ ] Update the front page download link on b.org (assign to stpaultim / klonos / jenlampton) -- [ ] Create a new language template file for the translation server (assign to olaf - see https://github.com/backdrop-ops/localize.backdropcms.org/issues/27 until this is automated) +- [ ] Create a new language template file for the translation server @olaf + ## Immediate Post-release tasks @@ -63,7 +64,7 @@ Scheduled for January/September/May 15, 20xx 10am - 4pm PT - [ ] email katie@phpweekly.com for a note in the PHP Weekly Newsletter (assign to stpaultim / klonos / jenlampton) - [ ] Update the roadmap page on b.org (assign to stpaultim / klonos / jenlampton) - [ ] Update list of modules included in backdrop core (assign to bugfolder / klonos / jenlampton) -- [ ] Update list of modules included in backdrop_upgrade_status module (assign to jenlampton) +- [ ] Update list of modules included in backdrop_upgrade_status module @jenlampton - [ ] Update the Wikipedia articles (assign to stpaultim / klonos / jenlampton) - [ ] https://en.wikipedia.org/w/index.php?title=Template:BackdropCMS_version&action=edit - * Auto applied to: @@ -77,20 +78,20 @@ Scheduled for January/September/May 15, 20xx 10am - 4pm PT - [ ] Update [Platform.sh](https://github.com/backdrop/backdrop-issues/wiki/Update:-Platform.sh-Template) @herbdool - [ ] Update [Composer](https://github.com/backdrop-ops/backdrop-composer) @herbdool - [ ] Update [Docker](https://github.com/backdrop/backdrop-issues/wiki/Update:-Docker-Image) @wylbur +- [ ] Update [Amezmo](https://github.com/sdubois/backdrop-amezmo) @jenlampton ### Backdrop Website updates -- [ ] backdropcms.org @jenlampton (or bugfolder) - [ ] beta.backdropcms.org @jenlampton (or bugfolder) - [ ] docs.backdropcms.org @jenlampton (or bugfolder) - [ ] events.backdropcms.org @jenlampton (or bugfolder) -- [ ] forum.backdropcms.org @jenlampton (or bugfolder) - [ ] localize.backdropcms.org @jenlampton (or bugfolder) ## 2-week Post-release tasks + -These should be done after the first bug-fix release or 14 days -- whichever -comes sooner. +- [ ] backdropcms.org @jenlampton +- [ ] forum.backdropcms.org @jenlampton ### Publicity tasks @@ -98,13 +99,6 @@ comes sooner. - [ ] Add a notification to the dashboard (assign to stpaultim / klonos / jenlampton) - [ ] Send a newsletter to subscribers (assign to @bwpanda / stpaultim / jenlampton) -### Backdrop Website updates - -- [ ] backdropcms.org @jenlampton (or bugfolder) -- [ ] docs.backdropcms.org @jenlampton (or bugfolder) -- [ ] events.backdropcms.org @jenlampton (or bugfolder) -- [ ] forum.backdropcms.org @jenlampton (or bugfolder) -- [ ] localize.backdropcms.org @jenlampton (or bugfolder) See Also ---------