Skip to content

Commit 1ae3d68

Browse files
committed
Updated Makefile.
1 parent 56a0a0a commit 1ae3d68

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@ release: ## Create a new tag for release.
8282
@echo "$${TAG}" > readme_ready/VERSION
8383
@$(ENV_PREFIX)gitchangelog > HISTORY.md
8484
@git add readme_ready/VERSION HISTORY.md
85-
@git commit -m "release: version $${TAG} 🚀"
86-
@echo "creating git tag : $${TAG}"
87-
@git tag $${TAG}
85+
@git commit -m "release: version v$${TAG} 🚀"
86+
@echo "creating git tag : v$${TAG}"
87+
@git tag "v$${TAG}"
8888
@git push -u origin HEAD --tags
8989
@echo "Github Actions will detect the new tag and release the new version."
9090

0 commit comments

Comments
 (0)