From ef769d4802d60824121f4922cdaa3db34db5ee9b Mon Sep 17 00:00:00 2001 From: Maximiliano Bertacchini Date: Tue, 14 Jul 2020 18:58:31 -0300 Subject: [PATCH] Shorten snap version on tagged revisions --- snap/snapcraft.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 25b1f470..9e20c678 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,7 +1,7 @@ name: barrier base: core18 version: master -version-script: git describe --tags --long | sed "s/^v//" +version-script: git describe --tags | sed "s/^v//" adopt-info: appstream-flathub grade: stable # must be 'stable' to release into candidate/stable channels confinement: strict # use 'strict' once you have the right plugs and slots