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: limit commit-search-depth to 10 for server-side package #274

Merged
merged 1 commit into from
Oct 24, 2023

Conversation

cwaldren-ld
Copy link
Contributor

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

It appears release-please is looking far back in history when determining the release version of the server package. During this search, it also appears to be running into a SSE commit that didn't use conventional commit formatting.

Now, it's unclear if this is connected - but it might be making release-please think that an SSE bump is required.

My theory is that by limiting to 10 commits (not sure how low this could be - 0?) we can eliminate the issue. This should be ok since we know for a fact no conventional commits have happened to SSE client that would affect the server.

This all feels rather unintuitive though. I'd like to keep digging but this is becoming a time sink.

@cwaldren-ld cwaldren-ld marked this pull request as ready for review October 24, 2023 22:19
@cwaldren-ld cwaldren-ld requested a review from a team October 24, 2023 22:19
@cwaldren-ld cwaldren-ld merged commit fef269a into main Oct 24, 2023
@cwaldren-ld cwaldren-ld deleted the cw/release-please-commit-depth branch October 24, 2023 23:07
@cwaldren-ld
Copy link
Contributor Author

Plot twist: it didn't work.

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