fix: update release-please manifest to match actual version 8.6.0#1503
Merged
gjtorikian merged 1 commit intomainfrom Feb 26, 2026
Merged
fix: update release-please manifest to match actual version 8.6.0#1503gjtorikian merged 1 commit intomainfrom
gjtorikian merged 1 commit intomainfrom
Conversation
csrbarber
approved these changes
Feb 26, 2026
Contributor
Greptile SummaryThis PR corrects the Release Please manifest file to reflect the actual published package version (
Confidence Score: 5/5
Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A["Git history: last real release\n8.6.0 (commit 23b1733)"] --> B["Release Please CI added\n(commit 23929b6)\nManifest initialised at 8.2.0 ❌"]
B --> C{"Release Please reads\nmanifest = 8.2.0"}
C -->|"Before this PR"| D["Generates release PR\nbased on 8.2.0 → wrong ❌"]
C -->|"After this PR\nManifest = 8.6.0 ✅"| E["Generates next release PR\nbased on 8.6.0 → correct ✅"]
E --> F["Future version bumps\naligned with actual releases"]
Last reviewed commit: 8ffde91 |
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.
Description
#1499 is not quite right. Release Please is trying to change the release from 8.6 to 8.3. I'm pretty sure this is because releases went out out-of-sync with the new Release Please process.
This PR realigns the manifest to the actual released version.
Documentation
Does this require changes to the WorkOS Docs? E.g. the API Reference or code snippets need updates.
If yes, link a related docs PR and add a docs maintainer as a reviewer. Their approval is required.