diff options
author | raveit65 <[email protected]> | 2019-04-02 14:26:56 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-04-02 14:26:56 +0200 |
commit | f24fd4a5ae70d50e3574e37235776ed65bf464ab (patch) | |
tree | 25a0769da695b72911e26132fc5a721b67426470 | |
parent | 7fd1bab4cc46b962384587f478466006876f6d9c (diff) | |
download | mate-polkit-f24fd4a5ae70d50e3574e37235776ed65bf464ab.tar.bz2 mate-polkit-f24fd4a5ae70d50e3574e37235776ed65bf464ab.tar.xz |
github release page for stable branch
-rw-r--r-- | .travis.yml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 33cf9ab..43758d8 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" @@ -81,3 +89,14 @@ before_scripts: after_scripts: - make distcheck + +releases: + draft: false + prerelease: false + checksum: true + file_glob: true + files: mate-polkit-*.tar.xz + github_release: + tags: true + overwrite: true + base_version: 1.20.0 |