We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0552c35 commit cf38924Copy full SHA for cf38924
1 file changed
tools/dev/makefiles/changelog.mk
@@ -6,9 +6,9 @@ SELF_DIR := $(dir $(lastword $(MAKEFILE_LIST)))
6
include $(SELF_DIR)shared.mk
7
8
STARTING_VERSION := v0.1.0
9
-GITCHGLOG_VERSION ?= 0.15.0
+GITCHGLOG_VERSION ?= 0.15.4
10
GITCHGLOG := $(DEV_BIN_PATH)/git-chglog_$(GITCHGLOG_VERSION)
11
-SEMVERBOT_VERSION ?= 0.2.0
+SEMVERBOT_VERSION ?= 1.7.2
12
SEMVERBOT := $(DEV_BIN_PATH)/sbot_$(SEMVERBOT_VERSION)
13
14
SEMVER_PREDICT_VERSION = $(shell $(SEMVERBOT) predict version)
0 commit comments