Use semantic versioning

This commit is contained in:
Mehran Kholdi
2020-08-14 20:05:50 +04:30
parent c895312131
commit 13a16e70f6
5 changed files with 6 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
set -ex
slugify() {
echo "$1" | sed -r 's/[^a-zA-Z0-9]+/-/g'
echo "$1" | sed -r 's/[^.a-zA-Z0-9]+/-/g'
}
export IMAGE="openebs/rawfile-localpv"