-
Notifications
You must be signed in to change notification settings - Fork 264
chore: cleanup release-please config #1852
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
Conversation
- Remove redundant options already declared at the top level. - Remove bumpMinorPreMajor for repositories after the first major release.
|
| - branch: 0.25.2-sp | ||
| releaseType: java-lts | ||
| - branch: java7 | ||
| - branch: 1.2.x | ||
| releaseType: java-backport | ||
| - branch: 1.12.x | ||
| releaseType: java-backport | ||
| - branch: 1.6.x | ||
| releaseType: java-backport | ||
| - branch: 1.19.x | ||
| releaseType: java-backport |
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.
not something we need to fix in here, but I assume that quite a few of these versions are no longer needed. Do you know which versions we can just remove from here?
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.
I'm not aware of which versions are outdated. I'll create a tracking ticket for this.
blakeli0
left a comment
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.
I don't see bumpMinorPreMajor anymore, is it the default behavior?




This PR cleans up the .github/release-please.yml file by removing redundant options and the bump-minor-pre-major setting for major releases.