From 5396e6dc1cbbc53934745f2579416368e5e41a50 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Tue, 26 Mar 2019 08:46:27 +0100 Subject: github release --- .travis.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/.travis.yml b/.travis.yml index c1aee89..f9edb67 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" @@ -117,3 +125,14 @@ before_scripts: after_scripts: - make distcheck + +releases: + draft: false + prerelease: false + checksum: true + file_glob: true + files: caja-extensions-*.tar.xz + github_release: + tags: true + overwrite: true + base_version: 1.20.0 -- cgit v1.2.1