diff --git a/.changeset/five-dancers-pump.md b/.changeset/five-dancers-pump.md index c04f583fb..53739aa2e 100644 --- a/.changeset/five-dancers-pump.md +++ b/.changeset/five-dancers-pump.md @@ -10,3 +10,7 @@ This fixes issues where skuba would not fail a `lint` check but silently make ch These changes may never end up being committed and causes noise when running `lint` or `format` later. Now, lints report whether changes need to be made and are applied in `format` or autofix modes (in CI). + +In addition, `skuba lint` can now automatically push autofixes. This eases adoption of linting rule changes and automatically resolves issues arising from a forgotten `skuba format`. + +You'll need to configure your CI environment to support this feature. See our [GitHub autofixes](https://seek-oss.github.io/skuba/docs/deep-dives/github.html#github-autofixes) documentation to learn more.