diff options
author | Ondrej Kubik <ondrej.kubik@canonical.com> | 2017-08-08 20:22:57 +0000 |
---|---|---|
committer | Ondrej Kubik <ondrej.kubik@canonical.com> | 2017-08-08 20:26:42 +0000 |
commit | 6f5bbaf871221f0283000bc04bdad090ebe848f7 (patch) | |
tree | 33f84a63a4308f3c75ed5684abbb525241881b46 | |
parent | 57219df16afbc0c512e15ed9801308591b41d318 (diff) | |
download | wekan-6f5bbaf871221f0283000bc04bdad090ebe848f7.tar.gz wekan-6f5bbaf871221f0283000bc04bdad090ebe848f7.tar.bz2 wekan-6f5bbaf871221f0283000bc04bdad090ebe848f7.zip |
use version scriptlet instead of hardcoded version
Signed-off-by: Ondrej Kubik <ondrej.kubik@canonical.com>
-rw-r--r-- | snapcraft.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/snapcraft.yaml b/snapcraft.yaml index 19f50d42..5df6b1cd 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -1,5 +1,6 @@ name: wekan -version: "0.32-SNAPSHOT" +version: 0 +version-script: git describe --dirty --tags | cut -c 2- summary: The open-source Trello-like kanban description: | Wekan is an open-source and collaborative kanban board application. |