diff --git a/Makefile b/Makefile index 7a01e79..c88d8c3 100644 --- a/Makefile +++ b/Makefile @@ -66,6 +66,10 @@ $(DISTNAME)-$(DISTVERSION).zip: META.json ## pgxn-zip: Create a PGXN-compatible zip file. pgxn-zip: $(DISTNAME)-$(DISTVERSION).zip +.PHONY: release-notes # Show release notes for current version (must have `mknotes` in PATH). +release-notes: CHANGELOG.md + mknotes -v v$(DISTVERSION) -f $< -r https://github.com/$(or $(GITHUB_REPOSITORY),tembo-io/pg-jsonschema-boon) + ## vendor: Vendor all crates.io and git dependencies. vendor: @cargo vendor