Release Geekbot 4.2
This commit is contained in:
parent
fb676e8918
commit
1ea851be22
2 changed files with 4 additions and 4 deletions
|
@ -29,9 +29,9 @@ sentry:
|
|||
dependencies:
|
||||
- build
|
||||
script:
|
||||
- sentry-cli releases new -p geekbot 4.1.0-${CI_COMMIT_SHA:0:8}
|
||||
- sentry-cli releases set-commits --auto 4.1.0-${CI_COMMIT_SHA:0:8}
|
||||
- sentry-cli releases deploys 4.1.0-${CI_COMMIT_SHA:0:8} new -e Production
|
||||
- sentry-cli releases new -p geekbot 4.2.0-${CI_COMMIT_SHA:0:8}
|
||||
- sentry-cli releases set-commits --auto 4.2.0-${CI_COMMIT_SHA:0:8}
|
||||
- sentry-cli releases deploys 4.2.0-${CI_COMMIT_SHA:0:8} new -e Production
|
||||
|
||||
deploy:
|
||||
stage: deploy
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<TargetFramework>netcoreapp3.1</TargetFramework>
|
||||
<RuntimeIdentifiers>win-x64;linux-x64</RuntimeIdentifiers>
|
||||
<ApplicationIcon>derp.ico</ApplicationIcon>
|
||||
<Version>4.1.0</Version>
|
||||
<Version>4.2.0</Version>
|
||||
<VersionSuffix>$(VersionSuffix)</VersionSuffix>
|
||||
<Version Condition=" '$(VersionSuffix)' != '' ">$(Version)-$(VersionSuffix)</Version>
|
||||
<Version Condition=" '$(VersionSuffix)' == '' ">$(Version)-DEV</Version>
|
||||
|
|
Loading…
Reference in a new issue