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

Add javadoc for ReleaseInformation #179

Merged
merged 1 commit into from
Jan 9, 2025

Conversation

gsmet
Copy link
Member

@gsmet gsmet commented Jan 8, 2025

No description provided.

@gsmet gsmet requested a review from jmartisk January 8, 2025 13:53
@gsmet gsmet force-pushed the releaseinformation-javadoc branch from aef0550 to 7e7bf8c Compare January 8, 2025 14:03
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)
Copy link
Collaborator

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?

Copy link
Member Author

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.

Copy link
Collaborator

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)

Copy link
Member Author

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.

Copy link
Member Author

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 :).

@gsmet gsmet force-pushed the releaseinformation-javadoc branch from 7e7bf8c to 58d0f3b Compare January 8, 2025 14:13
@gsmet gsmet force-pushed the releaseinformation-javadoc branch from 58d0f3b to 95013d3 Compare January 8, 2025 15:21
Copy link
Collaborator

@jmartisk jmartisk left a comment

Choose a reason for hiding this comment

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

Thanks!

@jmartisk jmartisk merged commit 9741510 into quarkusio:main Jan 9, 2025
1 check passed
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.

2 participants