Releases: golang-templates/seed
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
buildGitHub workflow. (#130)- Automatic trigger for the
mainbranch. - Automatic trigger for pull requests targeting the
mainbranch. - Manual trigger via
workflow_dispatch(blog post).
- Automatic trigger for the
- Lock the runners' version the in
buildandreleaseGitHub workflows. (#130) - Configure
golintlinter withmin-confidence: 0.8to avoid false positive "should have a package comment". (#132) - Configure
gocyclolinter withmin-complexity: 15with 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:latestdocker pull docker.pkg.github.com/golang-templates/seed/seed:0docker pull docker.pkg.github.com/golang-templates/seed/seed:0.15docker pull docker.pkg.github.com/golang-templates/seed/seed:0.15.0
v0.14.0
Added
- Build and push a Docker container image. (#127)
Changed
- Move the
mainpackage to the root directory. (#127)- It is suggested to use the
cmdstructure if the repository builds more than one application.
- It is suggested to use the
- Update .golangci.yml. (#127)
- Update GoReleaser to 0.162.0. (#126)
- Update golangci-lint to 1.39.0. (#125)
Changelog
475e75b Move main package to root and add Docker image (#127)
8cd93c4 Bump github.com/goreleaser/goreleaser from 0.161.1 to 0.162.0 in /tools (#126)
bf589da Bump github.com/golangci/golangci-lint from 1.38.0 to 1.39.0 in /tools (#125)
22aaf73 Bump github.com/goreleaser/goreleaser from 0.160.0 to 0.161.1 in /tools (#124)
Docker images
docker pull docker.pkg.github.com/golang-templates/seed/seed:latestdocker pull docker.pkg.github.com/golang-templates/seed/seed:0docker pull docker.pkg.github.com/golang-templates/seed/seed:0.14docker pull docker.pkg.github.com/golang-templates/seed/seed:0.14.0
v0.13.4
v0.13.3
Changelog
c852a6c Update golangci-lint configuration (#121)
92aa87a Refine CI workflow caching and dev as default make target (#120)
d4193cb Bump github.com/goreleaser/goreleaser from 0.157.0 to 0.159.0 in /tools (#118)
6ca92c6 Bump github.com/golangci/golangci-lint from 1.37.1 to 1.38.0 in /tools (#119)
v0.13.2
Changelog
3d6cbcb Use main branch (#116)
4654079 Trigger build when pushed to the main branch (#115)
59d0665 Tidy go.mod (#114)
5a4f1f5 Bump github.com/goreleaser/goreleaser from 0.156.2 to 0.157.0 in /tools (#112)
7d0d167 Bump github.com/golangci/golangci-lint from 1.37.0 to 1.37.1 in /tools (#113)
v0.13.1
Changelog
d4734c8 Update to Go 1.16 (#111)
073eba7 Bump github.com/goreleaser/goreleaser from 0.155.2 to 0.156.2 in /tools (#109)
02d94bf Bump github.com/golangci/golangci-lint from 1.36.0 to 1.37.0 in /tools (#110)
2941d84 Bump github.com/goreleaser/goreleaser from 0.155.0 to 0.155.2 in /tools (#108)
0be9b77 Bump github.com/golangci/golangci-lint from 1.35.2 to 1.36.0 in /tools (#106)
v0.13.0
v0.12.2
Changelog
02c7365 Remove mvdan.cc/gofumpt from tools (#102)
ebbb306 Remove gofumports (#101)
fd02a40 Bump github.com/goreleaser/goreleaser from 0.154.0 to 0.155.0 in /tools (#100)
9c02efa Bump github.com/stretchr/testify from 1.6.1 to 1.7.0 (#99)
b5a1c68 Update pkg.go.dev badge (#98)
f950aab Bump github.com/golangci/golangci-lint from 1.35.0 to 1.35.2 in /tools (#97)
5cab6c8 Bump github.com/goreleaser/goreleaser from 0.151.1 to 0.154.0 in /tools (#95)
c1fe77a Bump github.com/golangci/golangci-lint from 1.34.1 to 1.35.0 in /tools (#96)
v0.12.1
Changelog
82c3ccd Bump github.com/goreleaser/goreleaser from 0.150.0 to 0.151.1 in /tools (#93)
256d381 Bump github.com/goreleaser/goreleaser from 0.149.0 to 0.150.0 in /tools (#92)
36d2ac1 Bump github.com/golangci/golangci-lint from 1.33.0 to 1.34.1 in /tools (#91)
1c2bb96 Bump github.com/goreleaser/goreleaser from 0.148.0 to 0.149.0 in /tools (#90)
v0.12.0
Changelog
48d208a Add Codecov integration (#89)
131c47e Update VS Code settings (#88)
b01f22c Bump mvdan.cc/gofumpt (#87)
d851b36 Bump github.com/goreleaser/goreleaser from 0.147.2 to 0.148.0 in /tools (#86)
e2e7190 Bump github.com/goreleaser/goreleaser from 0.146.0 to 0.147.2 in /tools (#85)
cdb6c78 Bump github.com/golangci/golangci-lint from 1.32.2 to 1.33.0 in /tools (#84)
b2f6bb1 Bump github.com/golangci/golangci-lint from 1.32.1 to 1.32.2 in /tools (#82)
5848a0a Bump github.com/golangci/golangci-lint from 1.32.0 to 1.32.1 in /tools (#81)
73f17d2 Bump github.com/goreleaser/goreleaser from 0.145.0 to 0.146.0 in /tools (#80)