Skip to content

Commit fbec084

Browse files
committed
Make snap use unannotated tag as version
1 parent 2ced262 commit fbec084

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snap/snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ parts:
3535
- git
3636
override-pull: |
3737
snapcraftctl pull
38-
snapcraftctl set-version $(git describe)
38+
snapcraftctl set-version $(git describe --tags)
3939
override-prime: |
4040
mkdir -p conf
4141
curl https://raw.githubusercontent.com/w3c/wot-thing-description/REC1.0/validation/td-json-schema-validation.json -o conf/wot_td_schema.json

0 commit comments

Comments
 (0)