We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ced262 commit fbec084Copy full SHA for fbec084
snap/snapcraft.yaml
@@ -35,7 +35,7 @@ parts:
35
- git
36
override-pull: |
37
snapcraftctl pull
38
- snapcraftctl set-version $(git describe)
+ snapcraftctl set-version $(git describe --tags)
39
override-prime: |
40
mkdir -p conf
41
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