-
Notifications
You must be signed in to change notification settings - Fork 2
feat: add release job for Java #116
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
base: main
Are you sure you want to change the base?
Conversation
bd0a6f5 to
a24e6d2
Compare
.github/workflows/js.yml
Outdated
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.
?
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.
The approach in this PR is incompatible with our current publishing workflow. That is why I created #117 instead of trying to merge this PR. I will close this PR once I figured out how we should do the publishing.
.github/workflows/python.yml
Outdated
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.
?
.github/workflows/test.yml
Outdated
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.
?
a24e6d2 to
7b3b9d5
Compare
This PR is a draft because it does not fit our current publishing workflow. Our other workflows are not doing releases on tagged commits. Instead, we promote a specific nightly release into a normal release. This approach does not work with Maven because of two reasons: