Releases: golang-templates/seed
Releases · golang-templates/seed
0.23.0
Immutable
release. Only release title and notes can be modified.
Added
- Add
mdlinttarget which runsmarkdownlint-cli. (#443)
Changed
What's Changed
- build(deps): bump github/codeql-action from 3.30.3 to 3.30.5 by @dependabot[bot] in #418
- build(deps): bump docker/login-action from 3.5.0 to 3.6.0 by @dependabot[bot] in #420
- build(deps): bump github/codeql-action from 3.30.5 to 3.30.6 by @dependabot[bot] in #419
- build(deps): bump github/codeql-action from 3.30.6 to 4.30.8 by @dependabot[bot] in #421
- build(deps): bump actions/upload-artifact from 4.6.2 to 5.0.0 by @dependabot[bot] in #423
- build(deps): bump github/codeql-action from 4.30.8 to 4.31.0 by @dependabot[bot] in #424
- build(deps): bump github/codeql-action from 4.31.0 to 4.31.2 by @dependabot[bot] in #425
- build(deps): bump github/codeql-action from 4.31.2 to 4.31.3 by @dependabot[bot] in #426
- build(deps): bump golang.org/x/crypto from 0.42.0 to 0.45.0 by @dependabot[bot] in #427
- build(deps): bump actions/setup-go from 6.0.0 to 6.1.0 by @dependabot[bot] in #429
- build(deps): bump github/codeql-action from 4.31.3 to 4.31.4 by @dependabot[bot] in #428
- build(deps): bump actions/checkout from 5.0.0 to 6.0.0 by @dependabot[bot] in #430
- build(deps): bump github/codeql-action from 4.31.4 to 4.31.7 by @dependabot[bot] in #433
- build(deps): bump actions/checkout from 6.0.0 to 6.0.1 by @dependabot[bot] in #432
- build(deps): bump codecov/codecov-action from 5.5.1 to 5.5.2 by @dependabot[bot] in #434
- build(deps): bump actions/upload-artifact from 5.0.0 to 6.0.0 by @dependabot[bot] in #435
- build(deps): bump github/codeql-action from 4.31.7 to 4.31.8 by @dependabot[bot] in #436
- chore: Configure Renovate by @renovate[bot] in #438
- Replace Dependabot with Renovate or dependency updates by @pellared in #442
- feat: add markdownlint by @pellared in #443
- docs: update README.md to include markdownlint-cli in linting section by @pellared in #446
- feat: add gomodTidy to postUpdateOptions in renovate.json by @pellared in #447
- chore(deps): update module github.com/golangci/golangci-lint/v2 to v2.7.2 by @renovate[bot] in #444
- chore(deps): update module github.com/goreleaser/goreleaser/v2 to v2.13.1 by @renovate[bot] in #445
- chore(deps): update github/codeql-action action to v3.31.9 by @renovate[bot] in #440
- chore(deps): update github/codeql-action action to v4 by @renovate[bot] in #448
- improve Renovate for Makefile versioning to use digest by @pellared in #449
- chore(deps): update ghcr.io/igorshubovych/markdownlint-cli docker tag to v0.47.0 by @renovate[bot] in #450
- Release v0.23.0 by @pellared in #451
New Contributors
Full Changelog: v0.22.1...v0.23.0
0.22.1
Immutable
release. Only release title and notes can be modified.
0.22.0
Immutable
release. Only release title and notes can be modified.
0.21.0
0.20.0
Added
- Add
vulntarget which runsgovulncheck. (#305) - Add
precommittarget which is a superset ofalltarget. (#309) - Add
asasalintlinter. (#328) - Add
dupwordlinter. (#328) - Add
godotlinter. (#328) - Add
mndlinter. (#328) - Add
perfsprintlinter. (#328) - Add
EXC0001exclusion as the most common false positive. (#328)
Changed
- Update GoReleaser to
v2. (#319) - Change
nolintlintlinter settings to not allow leading space and require to specific about which linter is being skipped. (#328) - Change
govetlinter settings to default. (#328)