Skip to content

fix(cli-integ): release on every commit#1480

Merged
aws-cdk-automation merged 1 commit intomainfrom
mrgrain/fix/cli-integ/releasable-commits
May 6, 2026
Merged

fix(cli-integ): release on every commit#1480
aws-cdk-automation merged 1 commit intomainfrom
mrgrain/fix/cli-integ/releasable-commits

Conversation

@mrgrain
Copy link
Copy Markdown
Contributor

@mrgrain mrgrain commented May 6, 2026

The cli-integ package previously only considered commits matching the conventional commits pattern (feat/fix) as releasable. This meant that dependency updates and other changes incorrectly labeled as chore would not trigger a release of the integ tests package, causing canary failures downstream.

This change relaxes the filter to release on every commit that touches the cli-integ package directory. We can't use ReleasableCommits.everyCommit() because that would include every commit in the monorepo regardless of which package it touches.

Checklist

  • This change contains a major version upgrade for a dependency and I confirm all breaking changes are addressed
    • Release notes for the new version:

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license

…package only released on commits matching\nthe conventional commits pattern for feat/fix. This meant dependency\nupdates and other changes labeled as 'chore' would not trigger a\nrelease, causing canary failures when the integ tests package was\nout of date.
@github-actions github-actions Bot added the p2 label May 6, 2026
@aws-cdk-automation aws-cdk-automation requested a review from a team May 6, 2026 15:19
@codecov-commenter
Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 88.17%. Comparing base (7abdd4e) to head (f202682).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1480      +/-   ##
==========================================
+ Coverage   88.10%   88.17%   +0.06%     
==========================================
  Files          74       74              
  Lines       10669    10669              
  Branches     1457     1463       +6     
==========================================
+ Hits         9400     9407       +7     
+ Misses       1241     1234       -7     
  Partials       28       28              
Flag Coverage Δ
suite.unit 88.17% <ø> (+0.06%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@aws-cdk-automation aws-cdk-automation added this pull request to the merge queue May 6, 2026
Merged via the queue into main with commit 3d640a1 May 6, 2026
45 checks passed
@aws-cdk-automation aws-cdk-automation deleted the mrgrain/fix/cli-integ/releasable-commits branch May 6, 2026 15:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants