From dfbddd4b8617a76d4988a89550d4773cd09cdf1d Mon Sep 17 00:00:00 2001 From: Alan Pope Date: Tue, 3 Oct 2017 12:50:47 +0100 Subject: [PATCH] Ensure snap is built with git version/tag info Changing from version: master to version: git will prevent the snap being built with the text 'master' as the version, but instead use the latest git tag or version info. This makes it easier to figure out which build is which in the store. --- snapcraft.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snapcraft.yaml b/snapcraft.yaml index 4249b0f6..11304d47 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -1,5 +1,5 @@ name: micro -version: master +version: git summary: A modern and intuitive terminal-based text editor description: | Micro is a terminal-based text editor that aims to be easy to use and