diff options
author | raveit65 <[email protected]> | 2019-04-02 17:27:31 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-04-02 17:27:31 +0200 |
commit | ccd8d5db85c76f60a430a53382c123d9362a0080 (patch) | |
tree | cf8f66e29442a398786fe0b03c6db616cc610437 | |
parent | 6a48ff5b449e5c6232e84e4c962ba56fa1801456 (diff) | |
download | mate-sensors-applet-ccd8d5db85c76f60a430a53382c123d9362a0080.tar.bz2 mate-sensors-applet-ccd8d5db85c76f60a430a53382c123d9362a0080.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 0a5bcb3..20be03a 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" @@ -100,3 +108,14 @@ before_scripts: after_scripts: - make distcheck + +releases: + draft: false + prerelease: false + checksum: true + file_glob: true + files: mate-sensors-applet-*.tar.xz + github_release: + tags: true + overwrite: true + base_version: 1.20.0 |