We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56a0a0a commit 1ae3d68Copy full SHA for 1ae3d68
Makefile
@@ -82,9 +82,9 @@ release: ## Create a new tag for release.
82
@echo "$${TAG}" > readme_ready/VERSION
83
@$(ENV_PREFIX)gitchangelog > HISTORY.md
84
@git add readme_ready/VERSION HISTORY.md
85
- @git commit -m "release: version $${TAG} 🚀"
86
- @echo "creating git tag : $${TAG}"
87
- @git tag $${TAG}
+ @git commit -m "release: version v$${TAG} 🚀"
+ @echo "creating git tag : v$${TAG}"
+ @git tag "v$${TAG}"
88
@git push -u origin HEAD --tags
89
@echo "Github Actions will detect the new tag and release the new version."
90
0 commit comments