mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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 <dirk@hohndel.org>
This commit is contained in:
parent
62477d8c65
commit
7b59749bcb
4 changed files with 20 additions and 0 deletions
5
.github/workflows/android.yml
vendored
5
.github/workflows/android.yml
vendored
|
@ -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).
|
||||
|
|
5
.github/workflows/linux-trusty-5.12.yml
vendored
5
.github/workflows/linux-trusty-5.12.yml
vendored
|
@ -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).
|
||||
|
|
5
.github/workflows/mac.yml
vendored
5
.github/workflows/mac.yml
vendored
|
@ -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).
|
||||
|
|
5
.github/workflows/windows.yml
vendored
5
.github/workflows/windows.yml
vendored
|
@ -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).
|
||||
|
|
Loading…
Add table
Reference in a new issue