Browse Source

Merge branch 'kubiko-devel' into devel

Ubuntu snap: Use version scriptlet. Thanks to kubiko !
Lauri Ojansivu 8 years ago
parent
commit
4586be46f7
2 changed files with 5 additions and 3 deletions
  1. 3 2
      CHANGELOG.md
  2. 2 1
      snapcraft.yaml

+ 3 - 2
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
 

+ 2 - 1
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.