Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: remove server-side version from release-please manifest #272

Merged
merged 1 commit into from
Oct 24, 2023

Conversation

cwaldren-ld
Copy link
Contributor

@cwaldren-ld cwaldren-ld commented Oct 23, 2023

This is an attempt to fix the pending release.

Ideally, release please would detect that no release is necessary or that a 0.1.0 initial release of the server side only is necessary.

Right now, it thinks that the sse-client needs a release, and it's therefore bumping that and the server/client SDKs.

@cwaldren-ld cwaldren-ld marked this pull request as ready for review October 24, 2023 17:10
@cwaldren-ld cwaldren-ld requested a review from a team October 24, 2023 17:10
@@ -1,6 +1,5 @@
{
"libs/client-sdk": "3.2.1",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Theory: release please will now:
(1) Not think that a release has been performed for 0.1.0 (which it hasn't) due to this change
(2) Will assign the next release number as 0.1.0 due to change in release-please-config.json:23

Copy link
Member

@kinyoklion kinyoklion left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should make the server version you are wanting.

I do not understand why all commits are being added for sse release though.

@cwaldren-ld cwaldren-ld merged commit 01c528a into main Oct 24, 2023
16 checks passed
@cwaldren-ld cwaldren-ld deleted the cw/release-please-server-fix-attempt branch October 24, 2023 21:21
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.

2 participants