Skip to content

Add version bump check for PRs to main#435

Merged
erikdarlingdata merged 1 commit into
devfrom
feature/version-bump-check
Mar 5, 2026
Merged

Add version bump check for PRs to main#435
erikdarlingdata merged 1 commit into
devfrom
feature/version-bump-check

Conversation

@erikdarlingdata
Copy link
Copy Markdown
Owner

Summary

Adds a CI workflow that blocks merging dev → main if the version in Dashboard.csproj hasn't been bumped. Adapted from the PerformanceStudio repo.

  • Only triggers on PRs targeting main from dev
  • Compares <Version> in Dashboard/Dashboard.csproj between PR and main
  • Fails with a clear error if versions match

Test plan

  • Workflow file is valid YAML
  • Will trigger on next dev → main PR

🤖 Generated with Claude Code

Ensures the Dashboard.csproj version has been bumped before
merging dev into main. Only runs on PRs from dev to main.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@erikdarlingdata erikdarlingdata merged commit b85efe7 into dev Mar 5, 2026
3 checks passed
@erikdarlingdata erikdarlingdata deleted the feature/version-bump-check branch April 9, 2026 00:33
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