diff options
author | raveit65 <[email protected]> | 2019-04-05 15:56:47 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-04-05 15:56:47 +0200 |
commit | 3c0145259ef36c60a33034819a10304714815d3e (patch) | |
tree | 99fa341f1fb3691e95bb08bf6aa1c2aa39f7f5ca | |
parent | 885e4a90c1e6abcac504cca71ac340e6273a6695 (diff) | |
download | pluma-3c0145259ef36c60a33034819a10304714815d3e.tar.bz2 pluma-3c0145259ef36c60a33034819a10304714815d3e.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 347795a4..5297311d 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" @@ -114,3 +122,14 @@ before_scripts: after_scripts: - make distcheck + +releases: + draft: false + prerelease: false + checksum: true + file_glob: true + files: pluma-*.tar.xz + github_release: + tags: true + overwrite: true + base_version: 1.20.0 |