-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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: fix typo in update_owlbot_postprocessor_config.sh #8535
Conversation
Here is the summary of changes. You are about to delete 8 region tags.
This comment is generated by snippet-bot.
|
generation/update_versions.sh
Outdated
echo "These artifacts don't exist: ${missing_artifacts[*]}" | ||
|
||
echo "Generating the release-please configurations..." | ||
./generation/generate_release_please_config.sh | ||
echo "Done generating release-please configurations..." | ||
|
||
echo "Copying over the README and CHANGELOG files" | ||
./generation/copy_readme_changelog.sh | ||
echo "Done copying over the README and CHANGELOG files" No newline at end of file | ||
echo "These artifacts don't exist: ${missing_artifacts[*]}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Memo: Bootstrap.sh already calls the script separately.
Fixes: #8533.