-
-
Notifications
You must be signed in to change notification settings - Fork 84
Release Version Auto-Bump #948
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
Release Version Auto-Bump #948
Conversation
@vkirkl for visibility |
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 to me. Asking @tsubramanian to also review as our DevOps/MLOps wizard.
@@ -19,6 +19,15 @@ jobs: | |||
distribution: 'zulu' | |||
java-version: 8 | |||
|
|||
- name: Relase |
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.
is this a typo? likely doesnt matter but thought i should mention. @Rodhlann
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.
It definitely is! Thanks for the heads up
Are we talking about the Zulu distribution of Java? If so, many folks use
Zulu OpenJDK in git build because Oracle previously spread news caused
confusion in developer forums about the cancellation of their free JDK
license, I am not sure about the state now. I use Zulu based Java build as
it is completely free for production use and 100% compatible with Oracle
JDK.
…On Tue, Jan 14, 2025 at 6:59 PM Tim Pepper ***@***.***> wrote:
***@***.**** commented on this pull request.
------------------------------
In .github/workflows/release-maven-publish.yml
<#948 (comment)>:
> @@ -19,6 +19,15 @@ jobs:
distribution: 'zulu'
java-version: 8
+ - name: Relase
It definitely is! Thanks for the heads up
—
Reply to this email directly, view it on GitHub
<#948 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA46NWBZDSI2DRHVTVG4KMT2KWQG3AVCNFSM6AAAAABTZBFIE6VHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMZDKNJRGI3TQNZUG4>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
It looks like this is the distro the job is already using, and I'd missed that! Just updated, I believe it should be correct now |
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 to me.
testing through live release of the PR, but opening issue until testing confirmed (determined in meeting) |
Add config for auto-incrementing project version on release, following suggested https://github.com/qcastel/github-actions-maven-release setup
PR fixes #594
Changes: