Skip to content

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 04 Jun 20:27

Changelog

New features

  • feat: add create-pr Claude skill for PR conventions (#13)
  • feat: add run-tests Claude skill (#11)

Bug fixes

  • fix: change workflow branch target from main to master, fix go report card URL
  • fix: correct golangci-lint v2 config schema and goreleaser brew key
  • fix: disable cobra flag parsing in exec to pass flags to container command (#10)
  • fix: exec flag parsing (#12)
  • fix: gofmt all files
  • fix: gofmt import ordering in cmd files
  • fix: lowercase Go module path to comply with module proxy requirements (#9)
  • fix: move gofmt to formatters, remove deprecated brews from goreleaser
  • fix: relax integration test assertions for project name and postgres readiness
  • fix: remove author email from release changelog
  • fix: remove commit hash from release changelog format
  • fix: update golangci-lint config and goreleaser deprecated fields
  • fix: upgrade logrus to v1.9.1 to fix DoS vulnerability

Other

  • build(deps): bump the github-actions group across 1 directory with 6 updates