docs(release): make v-prefixed tag requirement prominent #52
No reviewers
Labels
No labels
bug
claude-failed
claude-pr
claude-queue
claude-working
feature
interactive
portal
triaged
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: shad0w/pelagia-portal#52
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "docs/release-tag-warning"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Makes the
v-prefixed release tag requirement prominent in automation/README.md → Releasing.Context: tags
0.2.0/0.2.1/0.2.2were pushed but didn't deploy becausedeploy.ymlonly triggers onv*; prod stayed onv0.1.2. Clarifies that you push thev*tag itself (notmaster --tags). Docs-only.Optional follow-up (not in this PR): broaden
deploy.ymlto also accept bare semver tags so this can't trip anyone up — say the word and I'll do it.