diff options
Diffstat (limited to 'purge_path')
-rw-r--r-- | purge_path/meta.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/purge_path/meta.yaml b/purge_path/meta.yaml index 2eab422..061beb2 100644 --- a/purge_path/meta.yaml +++ b/purge_path/meta.yaml @@ -1,5 +1,7 @@ {% set name = 'purge_path' %} -{% set version = GIT_DESCRIBE_TAG %} +{% set version = environ.get("GIT_DESCRIBE_TAG", "0.0.0") + +".dev" + +environ.get("GIT_DESCRIBE_NUMBER", "0") %} {% set number = '0' %} about: |