From 40895a86e57fac865eb3b0ae730babbcc0b5eb5d Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Wed, 8 Dec 2021 23:55:43 +0000 Subject: [PATCH] draft-release: stick a banner on the release notes to declare obsolescence --- .github/workflows/draft-release.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml index 1c8f3eb57..8ff34f30a 100644 --- a/.github/workflows/draft-release.yml +++ b/.github/workflows/draft-release.yml @@ -105,6 +105,11 @@ jobs: Please see the [changelogs](/changelogs/${{ steps.get-pm-version.outputs.PM_VERSION_SHORT }}.md#${{ steps.get-pm-version.outputs.PM_VERSION_MD }}) for details. + ## WARNING + + The 3.x line of releases is now OBSOLETE. It will be discontinued after **March 1st, 2022**. + Please prepare to upgrade to 4.0 or newer before that date. + - name: Upload preprocessor diffs uses: actions/upload-artifact@v2 if: always()