mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
Release notes for linux
This commit is contained in:
@@ -2,8 +2,6 @@ version: 0.10.{build}
|
|||||||
skip_tags: true
|
skip_tags: true
|
||||||
image:
|
image:
|
||||||
- Ubuntu
|
- Ubuntu
|
||||||
environment:
|
|
||||||
APPVEYOR_YML_DISABLE_PS_LINUX: true
|
|
||||||
configuration: Release
|
configuration: Release
|
||||||
assembly_info:
|
assembly_info:
|
||||||
patch: true
|
patch: true
|
||||||
@@ -20,12 +18,14 @@ dotnet_csproj:
|
|||||||
file_version: '{version}'
|
file_version: '{version}'
|
||||||
informational_version: '{version}'
|
informational_version: '{version}'
|
||||||
build_script:
|
build_script:
|
||||||
- ps: .\build.ps1 --target=Default
|
- ps: |
|
||||||
|
if ($isWindows) {
|
||||||
|
.\build.ps1 --target=Default
|
||||||
|
}
|
||||||
- sh: ./build.sh --target=Linux
|
- sh: ./build.sh --target=Linux
|
||||||
test: off
|
test: off
|
||||||
before_deploy:
|
before_deploy:
|
||||||
- ps: ${env:release_description} = ( Get-Content -LiteralPath BuildOutput/ReleaseNotes.txt -Encoding UTF8 ) -join "`n";
|
- ps: ${env:release_description} = ( Get-Content -LiteralPath BuildOutput/ReleaseNotes.txt -Encoding UTF8 ) -join "`n";
|
||||||
- sh: release_description=$(cat BuildOutput/ReleaseNotes.txt)
|
|
||||||
deploy:
|
deploy:
|
||||||
- provider: GitHub
|
- provider: GitHub
|
||||||
tag: v$(APPVEYOR_BUILD_VERSION)
|
tag: v$(APPVEYOR_BUILD_VERSION)
|
||||||
|
Reference in New Issue
Block a user