Skip to content

chore: sync the release manifest with the tags that actually exist - #14

Merged
rodrigoteamx merged 1 commit into
mainfrom
chore/sync-release-manifest
Aug 17, 2026
Merged

chore: sync the release manifest with the tags that actually exist#14
rodrigoteamx merged 1 commit into
mainfrom
chore/sync-release-manifest

Conversation

@rodrigoteamx

Copy link
Copy Markdown
Contributor

release-please has not been governing this repository since its manifest was last touched, and its manifest is the only thing it reads to decide the next version.

manifest says   0.1.6
tags say        v0.2.1

Everything between those two was tagged by another route, so the release PR release-please keeps open proposes a version older than what is already published. Merging it would try to recreate a tag that exists, and if it ever succeeded, composer would see a version below the installed one — the change would never reach an app. A published contract that cannot be reached is a defect this house has already paid for once (greenhouse evidence/0179).

This sets the manifest to the version that actually exists, so the next release PR proposes the real next one instead of walking backwards. It changes one metadata file, no source, and it is a chore on purpose: it must not itself produce a version bump.

Part of a family-wide sweep — 24 of 35 repositories were drifted, measured against the remotes rather than local checkouts.

The manifest said 0.1.6 while the repository is tagged up to v0.2.1. Since that file is the
only thing release-please reads to decide the next version, its open release PR proposed
a version OLDER than what is published — recreating an existing tag at best, and at worst
offering composer a version below the installed one, so the work would never reach an app.

One metadata file, no source. A chore on purpose: this must not bump anything by itself.
@rodrigoteamx
rodrigoteamx merged commit 5f3d484 into main Aug 17, 2026
2 checks passed
@rodrigoteamx
rodrigoteamx deleted the chore/sync-release-manifest branch August 17, 2026 02:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant