add ci script

This commit is contained in:
2019-05-30 14:35:35 +02:00
parent 0c8e75e82e
commit dff4090678
3 changed files with 49 additions and 11 deletions

12
readme.md Normal file
View File

@ -0,0 +1,12 @@
Release Uploader for Gitlab
===========================
Creating releases on Gitlab seems to work only via the REST API.
This Python script handles the upload of a release file, the creation of
the required release tag in the repository and the creation of the actual
release referring to both the tag and the file.
It supports commandline options and an input file, adjusted to be used in
Gitlab CI scripts.