mirror of
https://github.com/xtream1101/humblebundle-downloader.git
synced 2025-02-01 19:42:43 +01:00
CI update to tag version
This commit is contained in:
parent
55c3e442ad
commit
e4ace4528c
@ -33,6 +33,6 @@ tag:
|
||||
- master
|
||||
script:
|
||||
- *write_permission
|
||||
- export VERSION=$(echo $(python -c "import humblebundle_downloader._version; print(_version.__version__)"))
|
||||
- export VERSION=$(echo $(python -c "import humblebundle_downloader._version as v; print(v.__version__)"))
|
||||
- git tag -a $VERSION -m "Version created by gitlab-ci Build"
|
||||
- git push origin $VERSION
|
||||
|
@ -11,7 +11,7 @@ The very first time this runs it may take a while to download everything, but af
|
||||
- Download new or updated content in your Library
|
||||
- cli command for easy use
|
||||
- Progress bar for each download _(with the `--progress` flag)_
|
||||
- Easy cookie generation so script
|
||||
- Easy cookie generation script
|
||||
|
||||
|
||||
## Install
|
||||
|
@ -1 +1 @@
|
||||
__version__ = '0.0.1'
|
||||
__version__ = '0.0.2'
|
||||
|
Loading…
x
Reference in New Issue
Block a user