Skip to content

Commit 8447f2b

Browse files
committed
Shorten the tagging scheme
1 parent 3a90834 commit 8447f2b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

GNUmakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ TERRAFORM_VERSION=0.14.7
66
TERRAFORM_OS=$(shell uname -s | tr A-Z a-z)
77
TEST_USER=root
88
TEST_PASSWORD=my-secret-pw
9-
DATESTAMP=$(shell date "+%Y%m%d%H%M%S")
9+
DATESTAMP=$(shell date "+%Y%m%d")
1010
SHA_SHORT=$(shell git describe --match=FORCE_NEVER_MATCH --always --abbrev=40 --dirty --abbrev)
1111
MOST_RECENT_UPSTREAM_TAG=$(shell git for-each-ref refs/tags --sort=-taggerdate --format="%(refname)" | head -1 | grep -E -o "v\d+\.\d+\.\d+")
1212

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ fragmentation. We will update this readme if those design choices change.
1313

1414
zph fork will use release naming in the following form:
1515

16-
v3.0.62-20240705125429-3c7af6a
16+
v3.0.62-20240705-3c7af6a
1717

1818
{petoju version}-{date}-{sha}
1919

0 commit comments

Comments
 (0)