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

Cli: Add 'prepare all' command #188

Merged
merged 9 commits into from
Oct 24, 2023
Merged

Cli: Add 'prepare all' command #188

merged 9 commits into from
Oct 24, 2023

Conversation

jhnstn
Copy link
Member

@jhnstn jhnstn commented Oct 23, 2023

Fixes #187
Adds a release prepare all command which runs both gb and gbm prepare commands.
This can be used to replicate most of the current release script.

This change set also includes a few other minor updates:

  • Add more info to the status command
  • Remove redundant error return from repo.getOrg calls. (most of the errors are assigned to _)
  • Fix a couple of nil pointer issues in the release/gbm package.

Copy link
Contributor

@derekblank derekblank left a comment

Choose a reason for hiding this comment

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

LGTM. 🚀 I didn't encounter any errors when running go run main.go release prepare all v1.106.0.

@jhnstn jhnstn merged commit 41830f5 into trunk Oct 24, 2023
2 checks passed
@jhnstn jhnstn deleted the cli/uni-prepare branch October 24, 2023 04:38
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.

Add command to run gb and gbm prepare
2 participants