v0.15.0
Added
- Add CHANGELOG.md based on Keep a Changelog. (#131)
- Add CODE_OF_CONDUCT.md based on Contributor Covenant. (#133)
Changed
- Refine the triggers for the
build
GitHub workflow. (#130)- Automatic trigger for the
main
branch. - Automatic trigger for pull requests targeting the
main
branch. - Manual trigger via
workflow_dispatch
(blog post).
- Automatic trigger for the
- Lock the runners' version the in
build
andrelease
GitHub workflows. (#130) - Configure
golint
linter withmin-confidence: 0.8
to avoid false positive "should have a package comment". (#132) - Configure
gocyclo
linter withmin-complexity: 15
with is a recommeded value by Go Report Card. (#132) - Update GoReleaser to 0.164.0. (#129)
Changelog
dd99068 Prepare release v0.15.0 (#134)
722a3dc Add code of conduct (#133)
342ee31 Update golint and gocyclo linters configuration (#132)
9d8f027 Add Changelog (#131)
d3d21cc Improve GitHub workflows (#130)
8e88e44 Bump github.com/goreleaser/goreleaser from 0.162.1 to 0.164.0 in /tools (#129)
2160448 Bump github.com/goreleaser/goreleaser from 0.162.0 to 0.162.1 in /tools (#128)
Docker images
docker pull docker.pkg.github.com/golang-templates/seed/seed:latest
docker pull docker.pkg.github.com/golang-templates/seed/seed:0
docker pull docker.pkg.github.com/golang-templates/seed/seed:0.15
docker pull docker.pkg.github.com/golang-templates/seed/seed:0.15.0