diff options
author | raveit65 <[email protected]> | 2019-04-02 14:02:48 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-04-02 14:02:48 +0200 |
commit | 3133a6d05c36af96e626d72dd9a833f0ea36bc6e (patch) | |
tree | 6a4f3ab0efbab31970f64361432a4acc28307975 | |
parent | 3f1380a6da931f7659653f6d6f12714aa869beef (diff) | |
download | mate-panel-3133a6d05c36af96e626d72dd9a833f0ea36bc6e.tar.bz2 mate-panel-3133a6d05c36af96e626d72dd9a833f0ea36bc6e.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 034ddf94..fcad7cf4 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" @@ -149,3 +157,14 @@ before_scripts: after_scripts: - make distcheck + +releases: + draft: false + prerelease: false + checksum: true + file_glob: true + files: mate-panel-*.tar.xz + github_release: + tags: true + overwrite: true + base_version: 1.20.0 |