From aa7fdb7217c1ee19fec686a757b6eec5414ab415 Mon Sep 17 00:00:00 2001 From: ludeeus Date: Fri, 7 Oct 2022 10:35:47 +0000 Subject: [PATCH] Add tag-name make target --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7c13337e..c129a142 100644 --- a/Makefile +++ b/Makefile @@ -22,4 +22,7 @@ update: ## Pull main from hacs/frontend update-submodule: ## Udpate submodules rm -R homeassistant-frontend; git submodule update --init --recursive --remote; - script/bootstrap \ No newline at end of file + script/bootstrap + +tag-name: ## Create a tag name + @date --utc '+%Y%m%d%H%M%S'