Skip to content

Commit 7c8be66

Browse files
committed
fix: actually automate the version.
1 parent 9f3b7ab commit 7c8be66

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

conda/meta.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
{% set name = "loopprojectfile" %}
2-
{% set version = "0.2.1" %}
32

43
package:
54
name: {{ name|lower }}
6-
version: {{ version }}
5+
version: "{{ environ.get('GIT_DESCRIBE_TAG', '').lstrip('v') }}"
76

87
source:
98
git_url: https://github.com/Loop3D/LoopProjectFile.git

0 commit comments

Comments
 (0)