build: automatically generate changelog (#349)

This commit is contained in:
William Baker
2022-01-10 11:05:38 -05:00
committed by GitHub
parent cb3bade38b
commit 5cd1c9d037
5 changed files with 156 additions and 89 deletions

4
.gitignore vendored
View File

@ -11,6 +11,10 @@ dist/
# Test binary, built with `go test -c`
*.test
# Directories mounted during the release process in CI
test-bin-*/
changelog_artifacts/
# Output of the go coverage tool, specifically when used with LiteIDE
*.out