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 e4df6f3 commit 29384a0Copy full SHA for 29384a0
Makefile
@@ -18,6 +18,6 @@ create-new-release:
18
@echo "Increasing version..."
19
@echo "Current version $(CURRENT_VERSION)"
20
@npm version $(PART) -m "Bumped from $(CURRENT_VERSION) to version %s"
21
- @echo $(shell git describe "$(PREVIOUS_COMMIT_TAG)" --tags) > .version
+ @echo $(shell git describe "$(shell git rev-list --tags --max-count=1)" --tags) > .version
22
@echo "Increased version to $(shell cat .version)"
23
0 commit comments