chore: switch CI to tag-triggered builds #107

Merged
cal merged 1 commits from chore/tag-triggered-ci into main 2026-04-06 16:59:03 +00:00
Owner

Match the discord bot's CI pattern — trigger on CalVer tag push instead of branch push/PR.

Changes

  • Trigger on 20* tags instead of push/PR to main
  • Extract version from tag ref directly (no more calver or gitea-tag actions)
  • Single build step (no dev/prod branching)
  • Push as :<version> + :latest

Release process

git tag -a 2026.4.5 -m "description" && git push origin 2026.4.5
Match the discord bot's CI pattern — trigger on CalVer tag push instead of branch push/PR. ## Changes - Trigger on `20*` tags instead of push/PR to main - Extract version from tag ref directly (no more `calver` or `gitea-tag` actions) - Single build step (no dev/prod branching) - Push as `:<version>` + `:latest` ## Release process ```bash git tag -a 2026.4.5 -m "description" && git push origin 2026.4.5 ```
cal added 1 commit 2026-04-06 16:46:47 +00:00
Match the discord bot's CI pattern — trigger on CalVer tag push
instead of branch push/PR. Removes auto-CalVer generation and
simplifies to a single build step.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
cal force-pushed chore/tag-triggered-ci from e5f9f81d48 to 4ad445b0da 2026-04-06 16:58:48 +00:00 Compare
cal merged commit aac4bf50d5 into main 2026-04-06 16:59:03 +00:00
cal deleted branch chore/tag-triggered-ci 2026-04-06 16:59:04 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: cal/major-domo-database#107
No description provided.