enable changelog

This commit is contained in:
silverwind 2019-10-18 02:31:52 +02:00
parent 0fe72cd2c1
commit 03967f99a6
Signed by: silverwind
GPG Key ID: 2E62B41C93869443

@ -16,17 +16,17 @@ update:
patch:
$(MAKE) test
npx ver patch
npx ver -C patch
$(MAKE) publish
minor:
$(MAKE) test
npx ver minor
npx ver -C minor
$(MAKE) publish
major:
$(MAKE) test
npx ver major
npx ver -C major
$(MAKE) publish
.PHONY: test publish deps update patch minor major