Skip to content

Commit cf38924

Browse files
committed
alpha: changelog deps updates
1 parent 0552c35 commit cf38924

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tools/dev/makefiles/changelog.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ SELF_DIR := $(dir $(lastword $(MAKEFILE_LIST)))
66
include $(SELF_DIR)shared.mk
77

88
STARTING_VERSION := v0.1.0
9-
GITCHGLOG_VERSION ?= 0.15.0
9+
GITCHGLOG_VERSION ?= 0.15.4
1010
GITCHGLOG := $(DEV_BIN_PATH)/git-chglog_$(GITCHGLOG_VERSION)
11-
SEMVERBOT_VERSION ?= 0.2.0
11+
SEMVERBOT_VERSION ?= 1.7.2
1212
SEMVERBOT := $(DEV_BIN_PATH)/sbot_$(SEMVERBOT_VERSION)
1313

1414
SEMVER_PREDICT_VERSION = $(shell $(SEMVERBOT) predict version)

0 commit comments

Comments
 (0)