mirror of
https://github.com/kvz/bash3boilerplate.git
synced 2024-12-19 22:57:51 +00:00
Make PHONY
This commit is contained in:
parent
df0ad9fe25
commit
19fcad6851
3
Makefile
3
Makefile
@ -1,15 +1,18 @@
|
||||
SHELL := /usr/bin/env bash
|
||||
|
||||
.PHONY: release-major
|
||||
release-major:
|
||||
npm version major -m "Release %s"
|
||||
git push
|
||||
npm publish
|
||||
|
||||
.PHONY: release-minor
|
||||
release-minor:
|
||||
npm version minor -m "Release %s"
|
||||
git push
|
||||
npm publish
|
||||
|
||||
.PHONY: release-patch
|
||||
release-patch:
|
||||
npm version patch -m "Release %s"
|
||||
git push
|
||||
|
Loading…
Reference in New Issue
Block a user