summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2019-04-05 15:58:52 +0200
committerraveit65 <[email protected]>2019-04-05 15:58:52 +0200
commit8380a3d0767eedcfaac251e89e63b009c0d87327 (patch)
tree2eeda6d4f700456fa282ef3d10a1551e5f8ad147
parenta1d98234cbe5b0c56032c0f6d70947f572183f01 (diff)
downloadpluma-8380a3d0767eedcfaac251e89e63b009c0d87327.tar.bz2
pluma-8380a3d0767eedcfaac251e89e63b009c0d87327.tar.xz
github release page for stable branch
-rw-r--r--.travis.yml19
1 files changed, 19 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 347795a4..5297311d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,6 +18,14 @@ install:
script:
- ./docker-build --name ${DISTRO} --verbose --config .travis.yml --build autotools
+deploy:
+ - provider: script
+ script: ./docker-build --verbose --config .travis.yml --release github
+ skip_cleanup: true
+ on:
+ tags: true
+ condition: "${TRAVIS_TAG} =~ ^v.*$ && ${DISTRO} =~ ^fedora.*$"
+
env:
- DISTRO="archlinux/base"
- DISTRO="debian:sid"
@@ -114,3 +122,14 @@ before_scripts:
after_scripts:
- make distcheck
+
+releases:
+ draft: false
+ prerelease: false
+ checksum: true
+ file_glob: true
+ files: pluma-*.tar.xz
+ github_release:
+ tags: true
+ overwrite: true
+ base_version: 1.20.0