ci: replace standard-version with release please (#5533)

This commit is contained in:
Henrique Dias
2025-11-13 09:34:59 +01:00
committed by GitHub
parent f11fc37409
commit 6eb7b4b8ec
8 changed files with 30 additions and 654 deletions

View File

@@ -26,12 +26,7 @@ $(TOOLS_JS_DEPS): $(TOOLS_DIR)/package.json $(TOOLS_DIR)/yarn.lock
$Q cd ${TOOLS_DIR} && yarn install
$Q touch -am $@
standard-version=$(TOOLS_BIN)/standard-version
$(standard-version): $(TOOLS_JS_DEPS)
$Q ln -sf $(TOOLS_DIR)/node_modules/.bin/standard-version $@
$Q touch -am $@
commitlint=$(TOOLS_BIN)/commitlint
$(commitlint): $(TOOLS_JS_DEPS)
$Q ln -sf $(TOOLS_DIR)/node_modules/.bin/commitlint $@
$Q touch -am $@
$Q touch -am $@