GRM-87: Always run publish in post-merge (idempotent) #124

Merged
emil merged 0 commits from GRM-87-always-run-publish into master 2026-06-25 21:15:03 +00:00
Owner

Problem

The post-merge publish step only ran when HEAD was a release commit. If publish failed (e.g. tea login issue) and was retried on a later push, the Gitea release was never created because HEAD was no longer the release commit.

Fix

Always run publish in post-merge. The devx.ci.publish module is idempotent — it checks if the release already exists and skips if so.

Closes GRM-87

## Problem The post-merge publish step only ran when HEAD was a release commit. If publish failed (e.g. tea login issue) and was retried on a later push, the Gitea release was never created because HEAD was no longer the release commit. ## Fix Always run publish in post-merge. The `devx.ci.publish` module is idempotent — it checks if the release already exists and skips if so. Closes GRM-87
emil added the ready-to-merge label 2026-06-25 21:13:15 +00:00
emil reviewed 2026-06-25 21:13:21 +00:00
emil left a comment
Author
Owner

Automated PR Review

  • Architecture compliance: OK
  • Best practices: OK
  • Security: OK
  • i18n: OK
  • Resource management: OK
  • Documentation: OK
  • Tests: OK
  • Commit conventions: OK

No issues found by automated checks.


Auto-merge: If all CI checks pass, this PR will be merged automatically.

## Automated PR Review - Architecture compliance: OK - Best practices: OK - Security: OK - i18n: OK - Resource management: OK - Documentation: OK - Tests: OK - Commit conventions: OK No issues found by automated checks. --- **Auto-merge:** If all CI checks pass, this PR will be merged automatically.
emil merged commit a13401df13 into master 2026-06-25 21:15:03 +00:00
emil deleted branch GRM-87-always-run-publish 2026-06-25 21:15:04 +00:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: oblachno-oss/grm#124