mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 04:57:07 -04:00
Fix dirty snap release.
https://stackoverflow.com/questions/16035240/why-is-git-describe-dirty-adding-a-dirty-suffix-when-describing-a-clean-ch https://forum.snapcraft.io/t/dirty-snap-release/12975 Thanks to xet7.
This commit is contained in:
parent
9c15fb1e69
commit
007c064672
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
name: wekan
|
||||
version: 0
|
||||
version-script: git describe --dirty --tags | cut -c 2-
|
||||
version-script: git update-index --refresh && git describe --dirty --tags | cut -c 2-
|
||||
summary: The open-source kanban
|
||||
description: |
|
||||
Wekan is an open-source and collaborative kanban board application.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue