diff options
author | raveit65 <[email protected]> | 2019-04-05 13:41:34 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-04-05 13:41:34 +0200 |
commit | 1a374c06111b49c834b419cfe6e07d9601c8d998 (patch) | |
tree | 627e307b45d705260a9054a47e6935b4cf0f8883 | |
parent | 8a37069e5256119fc2ca24c9978eb7c29e98d0b1 (diff) | |
download | mate-user-share-1a374c06111b49c834b419cfe6e07d9601c8d998.tar.bz2 mate-user-share-1a374c06111b49c834b419cfe6e07d9601c8d998.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 11eb0bf..f87fc30 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-user-share-*.tar.xz + github_release: + tags: true + overwrite: true + base_version: 1.20.0 |