Skip to content

Commit

Permalink
Designate buf module to push to registry
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrobenolt committed Dec 8, 2023
1 parent a4a7c0c commit 863d7a0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ $(BIN)/gofumpt: Makefile | $(BIN)
$(TOOL_INSTALL) mvdan.cc/[email protected]

$(BIN)/buf: Makefile | $(BIN)
$(TOOL_INSTALL) github.com/bufbuild/buf/cmd/buf@v1.26.1
$(TOOL_INSTALL) github.com/bufbuild/buf/cmd/buf@v1.28.1

$(BIN)/yq: Makefile | $(BIN)
$(TOOL_INSTALL) github.com/mikefarah/yq/[email protected]
Expand Down
1 change: 1 addition & 0 deletions src/LICENSE
8 changes: 8 additions & 0 deletions src/buf.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
version: v1
name: buf.build/planetscale/vitess
breaking:
use:
- FILE
lint:
use:
- DEFAULT

0 comments on commit 863d7a0

Please sign in to comment.