Skip to content

Conversation

bfops
Copy link
Collaborator

@bfops bfops commented Sep 23, 2025

Description of Changes

Fixes two problems introduced in #3185:

  1. The --directories option on find-publish-list.py was not printing directories
  2. The publish-crates.sh script was using an undefined variable.

API and ABI breaking changes

No breaking changes

Expected complexity level and risk

1

Testing

This was used to publish crates in the release yesterday.

@bfops bfops added release-any To be landed in any release window no runtime change This change does not affect the final binaries labels Sep 23, 2025
@bfops bfops requested a review from jdetter September 23, 2025 17:06
@bfops bfops changed the title Fix tools/publish-crates.sh Fix tools/publish-crates.sh Sep 23, 2025
crate="$(basename "$path")"
# Add owners
echo "INFO: Adding owners for $crate..."
echo "Adding owners for $crate..."
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

idk why we printed INFO: here and below, and not in other places 🤷

@bfops bfops marked this pull request as ready for review September 23, 2025 17:07
Copy link
Collaborator

@jdetter jdetter left a comment

Choose a reason for hiding this comment

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

Haven't tested this myself but LGTM

@bfops bfops enabled auto-merge September 23, 2025 18:30
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