Skip to content

Commit

Permalink
chore(release): Prepare release 0.31.0
Browse files Browse the repository at this point in the history
Signed-off-by: Charith Ellawala <charith@cerbos.dev>
  • Loading branch information
charithe committed Oct 31, 2023
1 parent a6728b1 commit 625bc0d
Show file tree
Hide file tree
Showing 5 changed files with 1,602 additions and 792 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -72,7 +72,7 @@ generate-mocks: $(MOCKERY)
.PHONY: generate-notice
generate-notice: $(GO_LICENCE_DETECTOR)
@ go mod download
@ go list -m -json all | $(GO_LICENCE_DETECTOR) -includeIndirect \
@ GOWORK=off go list -m -json all | $(GO_LICENCE_DETECTOR) -includeIndirect \
-noticeTemplate=hack/notice/templates/NOTICE.txt.tmpl \
-overrides=hack/notice/overrides/overrides.json \
-rules=hack/notice/rules.json \
Expand Down

0 comments on commit 625bc0d

Please sign in to comment.