Skip to content

Commit 3732332

Browse files
committed
Fix version script becasue of new flags
1 parent 3844fb0 commit 3732332

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ PREVERSION=
99
# use it to declare tasks that should run for any kind of bump
1010
go vet ./...
1111
go fmt ./...
12-
go run main.go
12+
go run main.go --help
1313
# finalize the changelog
1414
echo "finalizing changelog..."
1515
github_changelog_generator --future-release "!newversion!"

0 commit comments

Comments
 (0)