Skip to content

feat: add CI check to enforce version bump on every PR#5

Merged
Jense5 merged 1 commit into
mainfrom
Jense5/auto-version-bump
Mar 27, 2026
Merged

feat: add CI check to enforce version bump on every PR#5
Jense5 merged 1 commit into
mainfrom
Jense5/auto-version-bump

Conversation

@Jense5
Copy link
Copy Markdown
Contributor

@Jense5 Jense5 commented Mar 27, 2026

Summary

  • Adds a GitHub Actions workflow (version-check.yml) that blocks PRs targeting main if the VERSION file was not modified
  • Creates TODOS.md with a reminder to mark the check as required in branch protection settings after merge
  • Bumps VERSION from 1.0.1 → 1.0.2

Test plan

  • Open a PR without bumping VERSION — CI should fail
  • Bump VERSION and push — CI should pass
  • After merge: mark Version Bump Check as required in GitHub branch protection (Settings → Branches → main)

🤖 Generated with Claude Code

Adds a GitHub Actions workflow that fails PRs targeting main if the
VERSION file was not modified. This prevents merging without a version
bump.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@Jense5 Jense5 merged commit 7d2591e into main Mar 27, 2026
2 checks passed
@Jense5 Jense5 deleted the Jense5/auto-version-bump branch March 27, 2026 13:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant