Skip to content

docs: remove stale chart version bump guidance from check-contribution skill#5211

Open
wucm667 wants to merge 1 commit intostacklok:mainfrom
wucm667:docs/remove-stale-chart-version-guidance
Open

docs: remove stale chart version bump guidance from check-contribution skill#5211
wucm667 wants to merge 1 commit intostacklok:mainfrom
wucm667:docs/remove-stale-chart-version-guidance

Conversation

@wucm667
Copy link
Copy Markdown
Contributor

@wucm667 wucm667 commented May 7, 2026

Summary

The .claude/skills/check-contribution/SKILL.md skill has been instructing contributors (and AI agents) to verify that Chart.yaml versions are bumped in feature PRs. This guidance is stale — chart version bumping is now fully automated by the release bot via .github/workflows/create-release-pr.yml. Feature PRs should not modify Chart.yaml.

What changed:

  • Removed section 4 ("Chart Version Bump") from the checklist
  • Removed "version bump" from the skill frontmatter description
  • Removed "Chart version bumped appropriately" from the output format
  • Added a note clarifying that chart version bumps are bot-driven and feature PRs must not modify Chart.yaml

Fixes #5095

Type of change

  • Bug fix
  • New feature
  • Refactoring (no behavior change)
  • Dependency update
  • Documentation
  • Other (describe):

Test plan

API Compatibility

  • This PR does not break the v1beta1 API, OR the api-break-allowed label is applied and the migration guidance is described above.

Does this introduce a user-facing change?

No.

…n skill

The check-contribution SKILL.md instructed contributors to bump
Chart.yaml versions in feature PRs, but this has been fully delegated
to release automation (create-release-pr.yml). Feature PRs should not
modify Chart.yaml; version bumps are now bot-driven.

Closes stacklok#5095
@github-actions github-actions Bot added size/XS Extra small PR: < 100 lines changed and removed size/XS Extra small PR: < 100 lines changed labels May 7, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented May 7, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 67.73%. Comparing base (20ced20) to head (8856e0e).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #5211      +/-   ##
==========================================
- Coverage   67.78%   67.73%   -0.05%     
==========================================
  Files         608      608              
  Lines       62212    62212              
==========================================
- Hits        42172    42141      -31     
- Misses      16866    16896      +30     
- Partials     3174     3175       +1     

☔ 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size/XS Extra small PR: < 100 lines changed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update .claude/skills/check-contribution to reflect automated chart version bumps

1 participant