All Versions
2
Latest Version
Avg Release Cycle
-
Latest Release
-
Changelog History
Changelog History
-
v0.15.0 Changes
โ Added
- โ Add [CHANGELOG.md](CHANGELOG.md) based on Keep a Changelog. (#131)
- Add [CODE_OF_CONDUCT.md](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)
-
v0.14.0 Changes
โ Added
- ๐ Build and push a Docker container image. (#127)
๐ Changed
- ๐ Move the
main
package to the root directory. (#127)- It is suggested to use the
cmd
structure 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)