mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
remove CICD release warning
I guess the version change worked better than expected. So we should be able to drop the warning. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
61169151a0
commit
5fcfe5298a
4 changed files with 0 additions and 20 deletions
5
.github/workflows/android.yml
vendored
5
.github/workflows/android.yml
vendored
|
|
@ -82,11 +82,6 @@ jobs:
|
||||||
files: |
|
files: |
|
||||||
Subsurface-mobile*.apk
|
Subsurface-mobile*.apk
|
||||||
body: |
|
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
|
CICD release artifact
|
||||||
|
|
||||||
These builds are created on every merge or push into the [Subsurface repo](http://github.com/subsurface/subsurface).
|
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,11 +83,6 @@ jobs:
|
||||||
files: |
|
files: |
|
||||||
./Subsurface*.AppImage
|
./Subsurface*.AppImage
|
||||||
body: |
|
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
|
CICD release artifact
|
||||||
|
|
||||||
These builds are created on every merge or push into the [Subsurface repo](http://github.com/subsurface/subsurface).
|
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,11 +78,6 @@ jobs:
|
||||||
fail_on_unmatched_files: true
|
fail_on_unmatched_files: true
|
||||||
files: ${{ steps.build.outputs.dmg }}
|
files: ${{ steps.build.outputs.dmg }}
|
||||||
body: |
|
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
|
CICD release artifact
|
||||||
|
|
||||||
These builds are created on every merge or push into the [Subsurface repo](http://github.com/subsurface/subsurface).
|
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,11 +73,6 @@ jobs:
|
||||||
./subsurface*.exe*
|
./subsurface*.exe*
|
||||||
./smtk2ssrf*.exe
|
./smtk2ssrf*.exe
|
||||||
body: |
|
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
|
CICD release artifact
|
||||||
|
|
||||||
These builds are created on every merge or push into the [Subsurface repo](http://github.com/subsurface/subsurface).
|
These builds are created on every merge or push into the [Subsurface repo](http://github.com/subsurface/subsurface).
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue