From e76894265e23eb3f41ed8cc3303ecfbefd0122b8 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 16 Dec 2024 00:19:03 -0600 Subject: add --protobuf --- argv.go | 1 + 1 file changed, 1 insertion(+) (limited to 'argv.go') diff --git a/argv.go b/argv.go index b872f80..7d57324 100644 --- a/argv.go +++ b/argv.go @@ -13,6 +13,7 @@ type args struct { DryRun bool `arg:"--dry-run,env:DRYRUN" help:"don't actually do the release"` Fix bool `arg:"--fix" help:"run fixGoMod() on startup"` Minor bool `arg:"--minor" help:"increment minor verion numbers"` + Protobuf bool `arg:"--protobuf" help:"increment protobuf repos"` Reason string `arg:"--reason" help:"tag message"` DumpVersions bool `arg:"--dump-versions" help:"dump the versions file for go.wit.com"` Port int `arg:"--port" default:"9419" help:"do fun stuff with curl"` -- cgit v1.2.3