Merge pull request #9291 from strongjz/changelog

Automate release notes with mage
This commit is contained in:
James Strong 2023-01-19 11:55:02 -05:00 committed by GitHub
commit b94513fb0f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
20 changed files with 1781 additions and 6 deletions

1
go.mod
View file

@ -77,6 +77,7 @@ require (
github.com/inconshreveable/mousetrap v1.0.1 // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
github.com/magefile/mage v1.14.0 // indirect
github.com/mailru/easyjson v0.7.6 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect