Skip to content

Commit 5a32977

Browse files
author
Tonye Jack
committed
Updated the commit msg.
1 parent b6c7e46 commit 5a32977

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ help:
1717
create-new-release:
1818
@echo "Increasing version..."
1919
@echo "Current version $(CURRENT_VERSION)"
20-
@$(eval NEW_VERSION=$(shell npm version $(PART) -m "Bumped from $(CURRENT_VERSION) to version %s"))
20+
@$(eval NEW_VERSION=$(shell npm version $(PART) -m "Bumped from $(CURRENT_VERSION) to v%s"))
2121
@echo "Increased version to $(NEW_VERSION)"
2222
@echo $(NEW_VERSION) > .version
2323
@git commit -am "Updated .version to $(NEW_VERSION)."

0 commit comments

Comments
 (0)