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 b6c7e46 commit 5a32977Copy full SHA for 5a32977
Makefile
@@ -17,7 +17,7 @@ help:
17
create-new-release:
18
@echo "Increasing version..."
19
@echo "Current version $(CURRENT_VERSION)"
20
- @$(eval NEW_VERSION=$(shell npm version $(PART) -m "Bumped from $(CURRENT_VERSION) to version %s"))
+ @$(eval NEW_VERSION=$(shell npm version $(PART) -m "Bumped from $(CURRENT_VERSION) to v%s"))
21
@echo "Increased version to $(NEW_VERSION)"
22
@echo $(NEW_VERSION) > .version
23
@git commit -am "Updated .version to $(NEW_VERSION)."
0 commit comments