Conversation
|
Needs proper testing. @sgossage can you help out with this? |
| package: | ||
| name: "{{ name|lower }}" | ||
| version: "{{ version }}" | ||
| version: {{ GIT_DESCRIBE_TAG }} |
There was a problem hiding this comment.
Should we revert to the old version: "{{ version }}"?
Otherwise I think we can test if this works for us with a release after merging.
There was a problem hiding this comment.
Things seem to be working well. In my local test of publish_conda, the tag v2.2.4 gets picked up, I think because that is the latest tag this branch can grab.
| package: | ||
| name: "{{ name|lower }}" | ||
| version: "{{ version }}" | ||
| version: {{ GIT_DESCRIBE_TAG }} |
There was a problem hiding this comment.
minor stylistic suggestion: leave the quotes on
version: "{{ GIT_DESCRIBE_TAG }}"
|
There have been a few updates to the |
This pull request: