diff options
author | raveit65 <[email protected]> | 2019-04-01 14:17:09 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-04-01 14:17:09 +0200 |
commit | ac83b9e44e2c83cf182084230d42d9ff6f815783 (patch) | |
tree | 8abe6b98cec2f7b1c5b70b0077c447d95dc2c9f9 | |
parent | fde1e359e4156ed0174c43686a81b2eefad8dd20 (diff) | |
download | mate-menus-ac83b9e44e2c83cf182084230d42d9ff6f815783.tar.bz2 mate-menus-ac83b9e44e2c83cf182084230d42d9ff6f815783.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 06cff5e..dc16d70 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" @@ -76,3 +84,14 @@ variables: after_scripts: - make distcheck + +releases: + draft: false + prerelease: false + checksum: true + file_glob: true + files: mate-menus-*.tar.xz + github_release: + tags: true + overwrite: true + base_version: 1.20.0 |