-
Notifications
You must be signed in to change notification settings - Fork 6k
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 GitHubReleasePlugin with createGitHubRelease task #10483
Add GitHubReleasePlugin with createGitHubRelease task #10483
Conversation
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.
Looks good @sjohnr! I have left some suggestions inline.
buildSrc/src/main/java/org/springframework/gradle/github/release/GitHubReleasePlugin.java
Outdated
Show resolved
Hide resolved
buildSrc/src/main/java/org/springframework/gradle/github/release/GitHubReleaseApi.java
Outdated
Show resolved
Hide resolved
buildSrc/src/main/java/org/springframework/gradle/github/release/CreateGitHubReleaseTask.java
Outdated
Show resolved
Hide resolved
buildSrc/src/main/java/org/springframework/gradle/github/release/RepositoryRef.java
Outdated
Show resolved
Hide resolved
1105967
to
c6c4817
Compare
c6c4817
to
2c952c4
Compare
@eleftherias, I have updated the PR, including adding additional options I've tested it and it's working well, so we should be able to begin work on automating releases in a pipeline. Let me know if you spot anything else. |
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 left one comment @sjohnr. In my option you can merge this after that change. I don't think another review is needed.
buildSrc/src/main/java/org/springframework/gradle/github/milestones/GitHubMilestonePlugin.java
Show resolved
Hide resolved
2c952c4
to
9deb1f1
Compare
Closes gh-10457