Skip to content

Commit

Permalink
Updated version.
Browse files Browse the repository at this point in the history
  • Loading branch information
souradipp76 committed Nov 19, 2024
1 parent b0b1d5e commit f47fd3d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ release: ## Create a new tag for release.
@echo "$${TAG}" > readme_ready/VERSION
@$(ENV_PREFIX)gitchangelog > HISTORY.md
@git add readme_ready/VERSION HISTORY.md
@git commit -m "release: version v$${TAG} 🚀"
@echo "creating git tag : v$${TAG}"
@git tag "v$${TAG}"
@git commit -m "release: version $${TAG} 🚀"
@echo "creating git tag : $${TAG}"
@git tag "$${TAG}"
@git push -u origin HEAD --tags
@echo "Github Actions will detect the new tag and release the new version."

Expand Down
2 changes: 1 addition & 1 deletion readme_ready/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@

1.1.2

0 comments on commit f47fd3d

Please sign in to comment.