-
Notifications
You must be signed in to change notification settings - Fork 2
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
Add javadoc for ReleaseInformation #179
Conversation
aef0550
to
7e7bf8c
Compare
public boolean isMajor() { | ||
return major; | ||
} | ||
|
||
/** | ||
* @return whether the origin branch is the main branch (which is the default, should only be false when release the CR1 of a new LTS) |
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.
Hold on, but when releasing an LTS maintenance release, it will also be not from main, no?
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 added some clarification as this is only used when we create the branch so when releasing the CR1.
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 any new changes here (apart from splitting the sentence into two lines)
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 think I will just point to the other method Javadoc to avoid duplication.
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.
Pushed something. Hopefully, it's good enough now. Otherwise, maybe we could have a quick call instead, might be faster :).
7e7bf8c
to
58d0f3b
Compare
58d0f3b
to
95013d3
Compare
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.
Thanks!
No description provided.