diff options
author | raveit65 <[email protected]> | 2019-04-01 14:27:31 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-04-01 14:27:31 +0200 |
commit | 2f83998a39319bd59956a1f36061d9cf11d64ecf (patch) | |
tree | 3f490e36f3d8e08bd030e14a509833d1bd8c4a40 | |
parent | c5f9dd0115702c449d2e43a916ebddbc4e01f1f7 (diff) | |
download | mate-netbook-2f83998a39319bd59956a1f36061d9cf11d64ecf.tar.bz2 mate-netbook-2f83998a39319bd59956a1f36061d9cf11d64ecf.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 1f8655a..daf2725 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" @@ -88,3 +96,14 @@ before_scripts: after_scripts: - make distcheck + +releases: + draft: false + prerelease: false + checksum: true + file_glob: true + files: mate-netbook-*.tar.xz + github_release: + tags: true + overwrite: true + base_version: 1.20.0 |