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}
|
||||
skip_tags: true
|
||||
image:
|
||||
- Visual Studio 2017
|
||||
- Ubuntu
|
||||
environment:
|
||||
APPVEYOR_YML_DISABLE_PS_LINUX: true
|
||||
|
@ -26,6 +25,7 @@ build_script:
|
|||
test: off
|
||||
before_deploy:
|
||||
- ps: ${env:release_description} = ( Get-Content -LiteralPath BuildOutput/ReleaseNotes.txt -Encoding UTF8 ) -join "`n";
|
||||
- sh: release_description=$(cat BuildOutput/ReleaseNotes.txt)
|
||||
deploy:
|
||||
- provider: GitHub
|
||||
tag: v$(APPVEYOR_BUILD_VERSION)
|
||||
|
|
Loading…
Reference in New Issue