0.18.0
Release Summary
In continuous-integration, artifacts are now addressed by id instead of name and reporting for lint and tests has been upgraded with PR annotations, coverage summaries and streamlined composite actions.
Internal changes: documentation for actions/workflows was updated and dependency groups for GitHub Actions and npm were bumped across multiple directories.
Breaking change(s)
Artifact selection now requires an id rather than a name in build steps; update workflows accordingly.
In "continuous-integration" workflow, Lint/test were refactored into composite actions with new defaults (e.g., OIDC for Codecov, auto-detected report formats) and some inputs removed; verify your workflow inputs and coverage settings.
What's Changed
- docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #287
- feat(continuous-integration)!: manage build artifact by id and not name anymore by @neilime in #288
- chore(deps): bump the github-actions-dependencies group across 1 directory with 8 updates by @dependabot[bot] in #289
- chore(deps): bump the npm-dependencies group across 4 directories with 2 updates by @dependabot[bot] in #290
- chore(deps): bump the github-actions-dependencies group across 4 directories with 2 updates by @dependabot[bot] in #313
Full Changelog: 0.17.1...0.18.0