Avoid zero-padding of hours to mimic MELPA

This commit is contained in:
Carlo Sciolla 2019-08-21 11:19:37 +02:00
parent a822c551b8
commit 4a908c2279
No known key found for this signature in database
GPG Key ID: BA5D71E6F3C580C1
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ case "$(git rev-parse --abbrev-ref HEAD)" in
;;
'develop')
VERSION="$(date '+%Y%m%d.%H%M')" # MELPA style
VERSION="$(date '+%Y%m%d.%-H%M')" # MELPA style
update_version "${VERSION}"
git add plantuml-mode.el
;;