Skip to content

chore: merge main (v1.7.0) back into beta#99

Merged
steilerDev merged 1 commit into
betafrom
main
Feb 17, 2026
Merged

chore: merge main (v1.7.0) back into beta#99
steilerDev merged 1 commit into
betafrom
main

Conversation

@steilerDev
Copy link
Copy Markdown
Owner

Summary

Merges main back into beta so the v1.7.0 tag (commit caee52f) becomes reachable from beta's history.

Problem: After epic promotion (beta → main), semantic-release on beta cannot see the v1.7.0 tag because the merge commit only exists on main. This causes beta to keep producing v1.7.0-beta.X instead of v1.8.0-beta.1.

Fix: A merge commit from main into beta makes caee52f an ancestor of beta, so git tag --merged beta includes v1.7.0.

Important: This PR must be merged with a merge commit (not squash). Squashing would create a new commit and the v1.7.0 tag's commit would NOT become an ancestor of beta.

Test plan

  • Verify git merge-base --is-ancestor caee52f beta returns success after merge
  • Verify git tag --merged beta | grep v1.7.0 shows the tag
  • Next feat: commit on beta should produce v1.8.0-beta.1

🤖 Generated with Claude Code

release: promote EPIC-01 (Authentication & User Management) to stable
@steilerDev steilerDev merged commit 3210bb1 into beta Feb 17, 2026
9 checks passed
@github-actions
Copy link
Copy Markdown
Contributor

🎉 This PR is included in version 1.8.0-beta.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@github-actions
Copy link
Copy Markdown
Contributor

🎉 This PR is included in version 1.8.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

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.

1 participant