Skip to content

Commit

Permalink
Add tag-name make target
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus committed Oct 7, 2022
1 parent 3d2b947 commit aa7fdb7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
script/bootstrap

tag-name: ## Create a tag name
@date --utc '+%Y%m%d%H%M%S'

0 comments on commit aa7fdb7

Please sign in to comment.