Skip to content

Commit

Permalink
Add make target to show release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
theory committed Sep 9, 2024
1 parent 415760a commit f366045
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f366045

Please sign in to comment.