Skip to content

Commit 29384a0

Browse files
author
Tonye Jack
committed
Fixed release command.
1 parent e4df6f3 commit 29384a0

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
@@ -18,6 +18,6 @@ create-new-release:
1818
@echo "Increasing version..."
1919
@echo "Current version $(CURRENT_VERSION)"
2020
@npm version $(PART) -m "Bumped from $(CURRENT_VERSION) to version %s"
21-
@echo $(shell git describe "$(PREVIOUS_COMMIT_TAG)" --tags) > .version
21+
@echo $(shell git describe "$(shell git rev-list --tags --max-count=1)" --tags) > .version
2222
@echo "Increased version to $(shell cat .version)"
2323

0 commit comments

Comments
 (0)