feat: create semver tags for non-Joomla repos on merge to main (#304) #308

Merged
jmiller merged 2 commits from feature/304-semver-auto-release into dev 2026-06-21 15:16:05 +00:00
Owner

Summary

  • Modify the "Read published version" step to output tag=v${VERSION} and release_tag=v${VERSION} for non-Joomla repos (Joomla repos continue using stable)
  • Add a new "Create semver tag for non-Joomla repos" step after "Read published version" that creates a v${VERSION} git tag via the Gitea API when the platform is not Joomla
  • The semver tag step gracefully handles existing tags (409) and logs warnings on failure without blocking the pipeline

Closes #304

## Summary - Modify the "Read published version" step to output `tag=v${VERSION}` and `release_tag=v${VERSION}` for non-Joomla repos (Joomla repos continue using `stable`) - Add a new "Create semver tag for non-Joomla repos" step after "Read published version" that creates a `v${VERSION}` git tag via the Gitea API when the platform is not Joomla - The semver tag step gracefully handles existing tags (409) and logs warnings on failure without blocking the pipeline Closes #304
jmiller added 1 commit 2026-06-21 15:04:31 +00:00
feat: create semver tags for non-Joomla repos on merge to main (#304)
Platform: mokocli CI / Gate 2: Unit Tests (8.1) (pull_request) Blocked by required conditions
Platform: mokocli CI / Gate 2: Unit Tests (8.2) (pull_request) Blocked by required conditions
Platform: mokocli CI / Gate 2: Unit Tests (8.3) (pull_request) Blocked by required conditions
Platform: mokocli CI / Gate 3: Self-Health Check (pull_request) Blocked by required conditions
Platform: mokocli CI / Gate 4: Governance (pull_request) Blocked by required conditions
Platform: mokocli CI / Gate 5: Template Integrity (pull_request) Blocked by required conditions
Platform: mokocli CI / CI Summary (pull_request) Blocked by required conditions
Universal: PR Check / Build RC Package (pull_request) Blocked by required conditions
Universal: PR Check / Report Issues (pull_request) Blocked by required conditions
Universal: PR Check / Branch Policy (pull_request) Successful in 2s
Universal: Auto Version Bump / Version Bump (push) Successful in 11s
Universal: PR Check / Secret Scan (pull_request) Successful in 6s
Universal: PR Check / Validate PR (pull_request) Failing after 4s
Platform: mokocli CI / Gate 1: Code Quality (pull_request) Failing after 40s
ccd1b23bff
jmiller added 1 commit 2026-06-21 15:04:43 +00:00
chore(version): auto-bump patch 09.38.03-dev [skip ci]
RC Revert / Rename rc/ back to dev/ (pull_request) Has been skipped
Branch Cleanup / Delete merged branch (pull_request) Successful in 2s
a8769c1cdc
jmiller merged commit ad9b82cbe9 into dev 2026-06-21 15:16:05 +00:00
jmiller deleted branch feature/304-semver-auto-release 2026-06-21 15:16:05 +00:00
Sign in to join this conversation.
No Reviewers
No labels
Priority -
Type -
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MokoConsulting/MokoCLI#308