Skip to content

0.20.0

Choose a tag to compare

@neilime neilime released this 21 Nov 17:47
· 67 commits to main since this release

Release Summary

Feature (continuous-integration): configurable lint/test commands with sensible defaults and improved container report-path rewriting, increasing CI flexibility and correctness.

Internal changes: documentation for actions and workflows was refreshed, and GitHub Actions dependencies were bumped across multiple directories.

Breaking change(s)

The CI workflow now exposes new command inputs and expects lint/test steps to generate the documented report files and paths (notably when running in containers), which may require updating your workflow configuration; see PR #322 for examples and details.

It requires permission packages: read

What's Changed

  • docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #326
  • chore(deps): bump the github-actions-dependencies group across 2 directories with 6 updates by @dependabot[bot] in #327
  • feat(continuous-integration)!: add configurable lint/test commands and container better support by @Copilot in #322
  • chore(deps): bump the github-actions-dependencies group across 3 directories with 6 updates by @dependabot[bot] in #328

Full Changelog: 0.19.0...0.20.0