mirror of
https://github.com/jimeh/blank_gem.git
synced 2026-02-19 04:56:38 +00:00
feat!: Implement blank_gem that does nothing.
This commit is contained in:
9
Makefile
Normal file
9
Makefile
Normal file
@@ -0,0 +1,9 @@
|
||||
.PHONY: new-version
|
||||
new-version:
|
||||
$(if $(shell command -v npx),, \
|
||||
$(error No npx executable in PATH, please install NodeJS))
|
||||
$(if $(shell command -v standard-version),, \
|
||||
$(error No standard-version executable in PATH, \
|
||||
install with: npm i -g standard-version))
|
||||
|
||||
npx standard-version
|
||||
Reference in New Issue
Block a user