release-please PR orphaned by manual v0.3.0 tag #37

Open
opened 2026-05-27 01:53:09 +00:00 by coilysiren · 0 comments
Owner

Problem

The release-please PR at branch release-please--branches--main--components--agentic-os (commit cbd11df, "chore(main): release 0.3.0") is now orphaned. I tagged v0.3.0 manually at main HEAD because the release-please PR was stale (last touched 2026-05-20, didn't include the 2026-05-26 gitignore-respect + cleanup commits) and the rollout was blocking on a published tag.

The PR now proposes a version that already exists as a real tag.

Cleanup

  1. Close the release-please PR on GitHub. Branch can be deleted.
  2. Trigger release-please to re-run so its state catches up. Whatever workflow / GitHub App drives release-please for this repo needs to fire. There's no .github/workflows/ in the local checkout, so the trigger is likely org-level - find and inspect.
  3. Verify the next release-please run proposes v0.3.1 (or similar) as the next bump, not v0.3.0 again.

Related context

  • v0.3.0 tag was created at commit 880c740 (the SKIP_DIR_NAMES prune commit), which is parent of 9b30420 (DEFAULT_REV bump). The tag sits between two commits because the prune was the natural "release" point and DEFAULT_REV is a chore.
  • pyproject.toml on main is still at version = "0.2.5" (release-please was managing it; my manual tag didn't touch it). On the next real release-please run, this should bump to the actual current tag.

Why not let release-please auto-resolve

It might auto-resolve fine on next run, but if the workflow trigger is broken (PR has been stale 6 days), manual investigation is needed to find why. Filing this as a tracker either way.

**Problem** The release-please PR at branch `release-please--branches--main--components--agentic-os` (commit `cbd11df`, "chore(main): release 0.3.0") is now orphaned. I tagged `v0.3.0` manually at main HEAD because the release-please PR was stale (last touched 2026-05-20, didn't include the 2026-05-26 gitignore-respect + cleanup commits) and the rollout was blocking on a published tag. The PR now proposes a version that already exists as a real tag. **Cleanup** 1. Close the release-please PR on GitHub. Branch can be deleted. 2. Trigger release-please to re-run so its state catches up. Whatever workflow / GitHub App drives release-please for this repo needs to fire. There's no `.github/workflows/` in the local checkout, so the trigger is likely org-level - find and inspect. 3. Verify the next release-please run proposes `v0.3.1` (or similar) as the next bump, not `v0.3.0` again. **Related context** - v0.3.0 tag was created at commit `880c740` (the SKIP_DIR_NAMES prune commit), which is parent of `9b30420` (DEFAULT_REV bump). The tag sits between two commits because the prune was the natural "release" point and DEFAULT_REV is a chore. - pyproject.toml on main is still at `version = "0.2.5"` (release-please was managing it; my manual tag didn't touch it). On the next real release-please run, this should bump to the actual current tag. **Why not let release-please auto-resolve** It might auto-resolve fine on next run, but if the workflow trigger is broken (PR has been stale 6 days), manual investigation is needed to find why. Filing this as a tracker either way.
coilysiren added
P4
and removed
P3
labels 2026-05-31 07:00:06 +00:00
Sign in to join this conversation.
No labels
P0
P1
P2
P3
P4
No milestone
No project
No assignees
1 participant
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
coilyco-flight-deck/agentic-os#37
No description provided.