mirror of https://github.com/Jackett/Jackett
Linux release notes
This commit is contained in:
parent
ee2743cdc9
commit
9e90edd397
|
@ -1,7 +1,6 @@
|
||||||
version: 0.10.{build}
|
version: 0.10.{build}
|
||||||
skip_tags: true
|
skip_tags: true
|
||||||
image:
|
image:
|
||||||
- Visual Studio 2017
|
|
||||||
- Ubuntu
|
- Ubuntu
|
||||||
environment:
|
environment:
|
||||||
APPVEYOR_YML_DISABLE_PS_LINUX: true
|
APPVEYOR_YML_DISABLE_PS_LINUX: true
|
||||||
|
@ -26,6 +25,7 @@ build_script:
|
||||||
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)
|
||||||
|
|
Loading…
Reference in New Issue