Change date format

Signed-off-by: Oliver Davies <oliver@oliverdavies.uk>
This commit is contained in:
Oliver Davies 2025-09-25 08:00:00 +01:00
parent c80ebf9355
commit dda5a99605

View file

@ -7,7 +7,7 @@ writeShellApplication {
text = ''
commit_sha="''${1:-HEAD}"
tag="$(date '+%Y-%m-%d-%H.%M.%S')"
tag="$(date '+%Y%m%d%R%S' | sed "s/://g")"
echo "Tagging commit $(git rev-parse "''${commit_sha}") as ''${tag}."
echo ""