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

feat(internal/postprocessor): detect and initialize new modules #7288

Merged

Conversation

adrianajg
Copy link
Contributor

Detects new clients and modules and generates minimum required files for each.

New client generated files:

  • version.go

New module generated files:

  • internal/version.go
  • go.mod
  • README.md
  • CHANGES.md

@adrianajg adrianajg requested a review from a team as a code owner January 23, 2023 16:39
@product-auto-label product-auto-label bot added the size: l Pull request size is large. label Jan 23, 2023
@adrianajg adrianajg marked this pull request as draft January 23, 2023 16:46
@adrianajg adrianajg marked this pull request as ready for review January 23, 2023 16:56
internal/postprocessor/go.mod Outdated Show resolved Hide resolved
internal/postprocessor/main.go Show resolved Hide resolved
internal/postprocessor/modconfig/modconfig.go Outdated Show resolved Hide resolved
internal/postprocessor/modconfig/modconfig.go Outdated Show resolved Hide resolved
internal/postprocessor/modconfig/modconfig.go Outdated Show resolved Hide resolved
internal/postprocessor/main.go Outdated Show resolved Hide resolved
internal/postprocessor/main.go Outdated Show resolved Hide resolved
internal/postprocessor/main.go Outdated Show resolved Hide resolved
internal/postprocessor/main.go Outdated Show resolved Hide resolved
internal/postprocessor/main.go Outdated Show resolved Hide resolved
@product-auto-label product-auto-label bot added size: xl Pull request size is extra large. and removed size: l Pull request size is large. labels Feb 1, 2023
@product-auto-label product-auto-label bot added size: l Pull request size is large. and removed size: xl Pull request size is extra large. labels Feb 1, 2023
Copy link
Member

@codyoss codyoss left a comment

Choose a reason for hiding this comment

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

Just one small thing.

internal/postprocessor/main.go Show resolved Hide resolved
@codyoss codyoss added the automerge Merge the pull request once unit tests and other checks pass. label Feb 10, 2023
@gcf-merge-on-green gcf-merge-on-green bot merged commit 59ce02c into googleapis:main Feb 10, 2023
@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label Feb 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size: l Pull request size is large.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants