Release pr-manager 0.1.1 - #6
Merged
Merged
Conversation
Persistent PR list filters (#5) shipped after v0.1.0 was tagged, and a published tag cannot be moved — the marketplace records the commit a tag pointed at and refuses the plugin if they ever disagree. So this is a new version rather than a retag. A patch bump, not a minor one: the change only adds a filter and a setter, and the cached shape gains a field with a default, so a cache written by 0.1.0 still parses. Nothing existing behaves differently. That also keeps it inside the marketplace entry's ^0.1.0 range, so the listing needs no change. The next tag is picked up on its own.
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.
Version bump so the persistent PR list filters from #5 can be tagged and released.
pr-manager/v0.1.0is already published to the marketplace and points at1655ce9. A published tag cannot be moved — the marketplace records the commit a tag pointed at and refuses the plugin if they ever disagree — so this is a new version rather than a retag.Patch, not minor. The change adds a repository filter and its setter; the cached list shape gains a field with
.default(null), so a cache written by 0.1.0 still parses, and nothing existing behaves differently. It is stored inbb.storage.kv, so there is no schema migration.That also keeps it inside the marketplace entry's
^0.1.0range, so no marketplace pull request is needed — get-bb/marketplace#130 is unchanged, and the new tag is picked up on its own.code-reviewis untouched and keepscode-review/v0.1.0.Verification
tsc --noEmitclean, 5 tests pass,bb plugin buildproduces app and host artifacts, and the plugin installs and runs aspr-manager@0.1.1.