diff options
| author | Jacob Walls <jacobtylerwalls@gmail.com> | 2026-02-04 15:14:43 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-04 15:14:43 -0500 |
| commit | 26b329ea7a975cab105aa5e02f8d04fc40495097 (patch) | |
| tree | ab021262f30d76eb442a58a332794a6040db86a8 /checklists | |
| parent | 566d8ab8a66be96b5be275930c452fda7002bf3a (diff) | |
[checklists] Advise to mention EOL dates
Diffstat (limited to 'checklists')
| -rw-r--r-- | checklists/templates/checklists/release-skeleton.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/checklists/templates/checklists/release-skeleton.md b/checklists/templates/checklists/release-skeleton.md index 10ca31cc..625f6050 100644 --- a/checklists/templates/checklists/release-skeleton.md +++ b/checklists/templates/checklists/release-skeleton.md @@ -46,8 +46,10 @@ At this point, most of the larger features planned for {{ release.feature_versio ## Release Day -- [ ] Polish and make cosmetic edits to release notes on `main` and backport - {% if not release.is_pre_release %} +- [ ] Polish and make cosmetic edits to release notes on `main` and backport + {% if release.is_pre_release %} + - Mention the anticipated end of mainstream and extended support dates + {% else %} - Remove the `Expected` prefix and update the release date if necessary {% endif %} {% if release.is_dot_zero %}- Remove the `UNDER DEVELOPMENT` header at the top of the release notes: |
