Skip to content

Simplify version stamp trigger to check latest commit#1911

Merged
revarbat merged 2 commits intomasterfrom
revarbat_dev
Feb 16, 2026
Merged

Simplify version stamp trigger to check latest commit#1911
revarbat merged 2 commits intomasterfrom
revarbat_dev

Conversation

@revarbat
Copy link
Copy Markdown
Collaborator

Summary

  • Replaces the date-based change detection with a simpler check: only bump the version if the latest commit on master starts with "Merged pull request #"
  • This avoids missed bumps if the workflow fails to run on a given day, since the merge commit remains as the latest until the bump replaces it

Test plan

  • Trigger manually via workflow_dispatch when latest master commit is a merged PR — should bump version and tag
  • Trigger manually when latest master commit is a version bump — should skip

🤖 Generated with Claude Code

revarbat and others added 2 commits February 15, 2026 21:41
Avoids missing version bumps if the workflow fails to run or
skips a day. Now looks for non-bot commits after the most recent
version bump commit rather than only in the previous 24 hours.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Only bump version if the latest commit on master starts with
"Merged pull request #", replacing the previous approach of
counting commits since the last bump.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@revarbat revarbat merged commit 8a9eddf into master Feb 16, 2026
3 checks passed
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