chore: add Makefile with new_version target

This commit is contained in:
2020-09-20 14:31:12 +01:00
parent 0ab94da153
commit 7ca3f52819

9
Makefile Normal file
View File

@@ -0,0 +1,9 @@
.PHONY: new-version
new-version:
$(if $(shell which npx),,\
$(error No npx found in PATH, please install NodeJS))
$(if $(shell which standard-version),,\
$(error No standard-version found in PATH, install with: \
npm install -g standard-version))
npx standard-version