diff options
author | raveit65 <[email protected]> | 2019-04-03 18:21:49 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-04-03 18:21:49 +0200 |
commit | 0eb62eb31f164e530bb9150567a21be301f17932 (patch) | |
tree | 913889ff0bb1bb5f91b2ee2de790ed831036f51d | |
parent | dc334f52c50a706eee77c02f63d41030eb6b5338 (diff) | |
download | mate-session-manager-0eb62eb31f164e530bb9150567a21be301f17932.tar.bz2 mate-session-manager-0eb62eb31f164e530bb9150567a21be301f17932.tar.xz |
github release page
-rw-r--r-- | .travis.yml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 487195b..c60f817 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" @@ -110,3 +118,14 @@ variables: after_scripts: - make distcheck + +releases: + draft: false + prerelease: false + checksum: true + file_glob: true + files: mate-session-manager-*.tar.xz + github_release: + tags: true + overwrite: true + base_version: 1.20.0 |