From 6f5bbaf871221f0283000bc04bdad090ebe848f7 Mon Sep 17 00:00:00 2001 From: Ondrej Kubik Date: Tue, 8 Aug 2017 20:22:57 +0000 Subject: use version scriptlet instead of hardcoded version Signed-off-by: Ondrej Kubik --- snapcraft.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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. -- cgit v1.2.3-1-g7c22 From 1f5d806a65291906b846751c27214f47845ead2c Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Wed, 9 Aug 2017 15:20:24 +0300 Subject: Ubuntu snap: Use version scriptlet. Thanks to kubiko ! --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12aed4de..7e1c3ffd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,10 @@ This release adds the following new features: * [Add Bounties and Commercial Support to wiki](https://github.com/wekan/wekan/wiki); * [Add display Wekan version number and runtime environment to Admin Panel](https://github.com/wekan/wekan/pull/1156); -* [Change Email address](https://github.com/wekan/wekan/pull/1161). +* [Change Email address](https://github.com/wekan/wekan/pull/1161); +* [Ubuntu snap: Use version scriptlet](https://github.com/wekan/wekan/pull/1164). -Thanks to GitHub users nztqa and xet7 for their contributions. +Thanks to GitHub users kubiko, nztqa and xet7 for their contributions. # v0.32 2017-07-30 Wekan release -- cgit v1.2.3-1-g7c22