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

Add new crates to publish-crates.sh script #2125

Merged
merged 1 commit into from
Jan 14, 2025
Merged

Add new crates to publish-crates.sh script #2125

merged 1 commit into from
Jan 14, 2025

Conversation

bfops
Copy link
Collaborator

@bfops bfops commented Jan 14, 2025

Description of Changes

We had several crates that were missing from the publish-crates.sh script, meaning that manual intervention was required for it to run properly.

API and ABI breaking changes

No code changes

Expected complexity level and risk

1

Testing

I believe this is where I added them in order to successfully publish to crates.io, but it's hard to re-test after the fact 🤷 Unfortunately the --dry-run option doesn't "just work" the way we'd want.

We'd have to set up our own temporary package repository in order to test this comprehensively.

The worst case is that we have to make further corrections next time we publish, which is the same state we're in without this PR.

@bfops bfops added release-any To be landed in any release window no runtime change This change does not affect the final binaries labels Jan 14, 2025
@bfops bfops requested a review from cloutiertyler January 14, 2025 19:39
@bfops bfops marked this pull request as ready for review January 14, 2025 19:39
Copy link
Contributor

@cloutiertyler cloutiertyler left a comment

Choose a reason for hiding this comment

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

It's very low risk, so although the testing is suspect, I think it's fine to merge.

@bfops
Copy link
Collaborator Author

bfops commented Jan 14, 2025

Yeah, unfortunately the --dry-run option doesn't "just work" the way we'd want.

We'd have to set up our own temporary package repository in order to test this comprehensively.

The worst case is that we have to make further corrections next time we publish, which is the same state we're in without this PR.

I'll add more context to the PR description.

@bfops bfops added this pull request to the merge queue Jan 14, 2025
Merged via the queue into master with commit b398cda Jan 14, 2025
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no runtime change This change does not affect the final binaries release-any To be landed in any release window
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants