diff --git a/.ci/bintray-release.json b/.ci/bintray-release.json new file mode 100644 index 0000000..6aa3313 --- /dev/null +++ b/.ci/bintray-release.json @@ -0,0 +1,26 @@ +{ + "files": [ + { + "includePattern": "matrique.tar.gz", + "uploadPattern": "matrique-VERSION_NAME_VALUE.tar.gz" + } + ], + "package": { + "desc": "A client for Matrix protocol.", + "issue_tracker_url": "https://gitlab.com/b0/matrique/issues", + "licenses": [ + "GPL-3.0" + ], + "name": "Matrique", + "subject": "Black Hat", + "repo": "Matrique", + "public_download_numbers": true, + "public_stats": true, + "vcs_url": "https://gitlab.com/b0/matrique", + "website_url": "https://doc.matrique.encom.eu.org" + }, + "version": { + "name": "VERSION_NAME_VALUE" + }, + "publish": true +}