diff options
author | raveit65 <[email protected]> | 2019-04-04 17:26:43 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-04-04 17:26:43 +0200 |
commit | 4c178777645d86018a85e9dda8f193f3dead6772 (patch) | |
tree | 7714af74cf488526b66eba369c41d08d3fa3369c | |
parent | 6cb17dd86853d8da776dc8e9b01794324af4ee4e (diff) | |
download | mate-system-monitor-4c178777645d86018a85e9dda8f193f3dead6772.tar.bz2 mate-system-monitor-4c178777645d86018a85e9dda8f193f3dead6772.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 82e4714..717ea57 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" @@ -109,3 +117,14 @@ before_scripts: after_scripts: - make distcheck + +releases: + draft: false + prerelease: false + checksum: true + file_glob: true + files: mate-system-monitor-*.tar.xz + github_release: + tags: true + overwrite: true + base_version: 1.20.0 |