ci(release): switch to release-please for release management (#91)

This commit is contained in:
2023-11-16 13:25:14 +00:00
committed by GitHub
parent bf81afeb4b
commit 680386a2f3
6 changed files with 23 additions and 20 deletions

View File

@@ -180,20 +180,3 @@ check-tidy:
mv go.sum.tidy-check go.sum; \
exit 1 \
)
#
# Release
#
.PHONY: new-version
new-version: check-npx
npx standard-version
.PHONY: next-version
next-version: check-npx
npx standard-version --dry-run
.PHONY: check-npx
check-npx:
$(if $(shell which npx),,\
$(error No npx execuable found in PATH, please install NodeJS))