From 128273caad962757e3054a1b9a5bb115d96ce5b2 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Sat, 6 Jan 2024 10:46:36 -0800 Subject: [PATCH] Add warning about changes to release announcement This SHOULD work - but of course I can't test it until I try. Signed-off-by: Dirk Hohndel --- .github/workflows/android.yml | 5 +++++ .github/workflows/linux-trusty-5.12.yml | 5 +++++ .github/workflows/mac.yml | 5 +++++ .github/workflows/windows.yml | 5 +++++ 4 files changed, 20 insertions(+) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index bc2862e6f..a4d520d91 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -82,6 +82,11 @@ jobs: files: | Subsurface-mobile*.apk body: | + | :warning: WARNING | + |:---------------------------| + | We made some fairly drastic changes to the version numbering methodology. | + | It's possible that this causes some confusion / surprising behavior in the next couple of CICD releases. | + CICD release artifact These builds are created on every merge or push into the [Subsurface repo](http://github.com/subsurface/subsurface). diff --git a/.github/workflows/linux-trusty-5.12.yml b/.github/workflows/linux-trusty-5.12.yml index f0148054d..ab36f5287 100644 --- a/.github/workflows/linux-trusty-5.12.yml +++ b/.github/workflows/linux-trusty-5.12.yml @@ -83,6 +83,11 @@ jobs: files: | ./Subsurface*.AppImage body: | + | :warning: WARNING | + |:---------------------------| + | We made some fairly drastic changes to the version numbering methodology. | + | It's possible that this causes some confusion / surprising behavior in the next couple of CICD releases. | + CICD release artifact These builds are created on every merge or push into the [Subsurface repo](http://github.com/subsurface/subsurface). diff --git a/.github/workflows/mac.yml b/.github/workflows/mac.yml index 098eef2fb..f478b1c0b 100644 --- a/.github/workflows/mac.yml +++ b/.github/workflows/mac.yml @@ -78,6 +78,11 @@ jobs: fail_on_unmatched_files: true files: ${{ steps.build.outputs.dmg }} body: | + | :warning: WARNING | + |:---------------------------| + | We made some fairly drastic changes to the version numbering methodology. | + | It's possible that this causes some confusion / surprising behavior in the next couple of CICD releases. | + CICD release artifact These builds are created on every merge or push into the [Subsurface repo](http://github.com/subsurface/subsurface). diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index e3ec8f969..c4f3603f7 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -73,6 +73,11 @@ jobs: ./subsurface*.exe* ./smtk2ssrf*.exe body: | + | :warning: WARNING | + |:---------------------------| + | We made some fairly drastic changes to the version numbering methodology. | + | It's possible that this causes some confusion / surprising behavior in the next couple of CICD releases. | + CICD release artifact These builds are created on every merge or push into the [Subsurface repo](http://github.com/subsurface/subsurface).