chore(org): retarget release workflow to RunicGateway/link #9

Merged
whitlocktech merged 1 commits from chore/org-rename-runicgateway into main 2026-07-18 04:48:11 +00:00
Member

Follow-up to the UOMRunicGateway Gitea org transfer (repo reorg Phase 1).

What changed

  • .gitea/workflows/release.ymlREPO: UOM/linkRunicGateway/link (and the matching comment).

Why it matters

REPO drives two things in the release job:

  • the authenticated git remote URL it pushes the version-bump commit + tag to (https://…@${GITEA_HOST}/${REPO}.git), and
  • the release API base (/api/v1/repos/${REPO}/releases).

Left as UOM/link, the next release would push and create releases against the old org path (working only as long as Gitea's transfer redirect holds). This points it at the current repo.

No functional/build logic touched — env var only.

🤖 Generated with Claude Code

Follow-up to the `UOM` → `RunicGateway` Gitea org transfer (repo reorg Phase 1). ## What changed - **`.gitea/workflows/release.yml`** — `REPO: UOM/link` → `RunicGateway/link` (and the matching comment). ## Why it matters `REPO` drives two things in the release job: - the authenticated **git remote URL** it pushes the version-bump commit + tag to (`https://…@${GITEA_HOST}/${REPO}.git`), and - the **release API base** (`/api/v1/repos/${REPO}/releases`). Left as `UOM/link`, the next release would push and create releases against the old org path (working only as long as Gitea's transfer redirect holds). This points it at the current repo. No functional/build logic touched — env var only. 🤖 Generated with [Claude Code](https://claude.com/claude-code)
wtclaude added 1 commit 2026-07-18 04:47:43 +00:00
Repo was transferred UOM -> RunicGateway. The REPO env var drives both
the git push URL (bump commit + tag) and the release API base, so the
release workflow would otherwise still target the old UOM/link path.
whitlocktech approved these changes 2026-07-18 04:48:04 +00:00
whitlocktech merged commit 6542282ffb into main 2026-07-18 04:48:11 +00:00
whitlocktech deleted branch chore/org-rename-runicgateway 2026-07-18 04:48:12 +00:00
Sign in to join this conversation.
No Reviewers
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: RunicGateway/link#9
No description provided.