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).