diff options
author | raveit65 <[email protected]> | 2019-04-02 16:08:20 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-04-02 16:08:20 +0200 |
commit | 852b54bb8cf3f63e5c8e8b303a51ba46fb070820 (patch) | |
tree | ae909b0b7753019d25a91d86a109873d5c08de8a | |
parent | 54c0655650740372c790ecfec7e6bb7c6e628e9d (diff) | |
download | mate-power-manager-852b54bb8cf3f63e5c8e8b303a51ba46fb070820.tar.bz2 mate-power-manager-852b54bb8cf3f63e5c8e8b303a51ba46fb070820.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 d1768ee..91797a0 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" @@ -127,3 +135,14 @@ before_scripts: after_scripts: - make distcheck + +releases: + draft: false + prerelease: false + checksum: true + file_glob: true + files: mate-power-manager-*.tar.xz + github_release: + tags: true + overwrite: true + base_version: 1.20.0 |