-
Notifications
You must be signed in to change notification settings - Fork 18
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
feat(java): release process APIC-411 #411
Conversation
✅ Deploy Preview for api-clients-automation ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
✗ The generated branch has been deleted.If the PR has been merged, you can check the generated code on the |
5c97328
to
2fd4594
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.
I don't know about the Java release process, but it looks nice!
clients/algoliasearch-client-java-2/.github/workflows/release.yml
Outdated
Show resolved
Hide resolved
clients/algoliasearch-client-java-2/.github/workflows/release.yml
Outdated
Show resolved
Hide resolved
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.
GG!!
🧭 What and Why
🎟 JIRA Ticket: APIC-411
Java release process, all the info can be found in the doc.
The jar is not actually correct, it doesn't export the right classes, it will be fixed in another PR.
You can test in the playground by following the doc but it won't work because of the hereinbefore cited issue.
Changes included:
🧪 Test
Follow the doc