Skip to content

Commit

Permalink
fix command
Browse files Browse the repository at this point in the history
  • Loading branch information
idoqo committed Jan 23, 2025
1 parent edfc24f commit 2dbfcdc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ gen:
rm -rf ./client
./bin/swagger generate client -m client/models -f ./api/version.swagger.yaml -t ./

build-format-release-notes:
go build -race -o bin/format-release-notes ./cmd/format-release-notes

format-release-notes:
./bin/format-release-notes --dir=sources/release-notes/pmm

Expand Down

0 comments on commit 2dbfcdc

Please sign in to comment.