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'