Use package-scoped release tags#25
Merged
Volv-G merged 1 commit intoJul 8, 2026
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
v*tags to package-scoped tags:tangle-cli-v*tangle-api-v*GITHUB_REF_NAMEpyproject.tomlversionIntentional behavior change
This intentionally drops the generic
v*release trigger. Independent package releases are expected to be common, so the tag now expresses release intent directly. A tag likev0.1.1will no longer trigger PyPI publishing; usetangle-cli-v0.1.1ortangle-api-v0.1.0instead.Testing
GITHUB_REF_NAME=tangle-cli-v0.1.1publish-plan simulation → selectstangle-cli, confirms version0.1.1, skips because it exists on PyPIGITHUB_REF_NAME=tangle-api-v0.1.0publish-plan simulation → selectstangle-api, confirms version0.1.0, skips because it exists on PyPIGITHUB_REF_NAME=tangle-cli-v99.99.99publish-plan simulation → fails because tag version does not match rootpyproject.tomlGITHUB_REF_NAME=v0.1.1publish-plan simulation → fails as unsupportedactionlint .github/workflows/release.yaml