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

Idea: Use JReleaser to release & package binaries #279

Open
aalmiray opened this issue Dec 14, 2022 · 3 comments
Open

Idea: Use JReleaser to release & package binaries #279

aalmiray opened this issue Dec 14, 2022 · 3 comments

Comments

@aalmiray
Copy link

JReleaser provides support for:

  • creating changelog from commit messages
  • post git releases to Github
  • package and publish binaries to various package managers (Sdkman, Homebrew, Scoop, etc..)
  • create and publish Docker images
  • deploy JARs & POMs to Maven Central

The noe4j-migrations tool uses JReleaser for some of these features.

Disclaimer: I'm the author of JReleaser.

@hazendaz
Copy link
Member

hazendaz commented Dec 14, 2022 via email

@aalmiray
Copy link
Author

neo4j-migrations publishes native executables compiled with GraalVM Native Image. However, JReleaser may be used with all kind of binaries.

Formatted release: https://github.com/michael-simons/neo4j-migrations/releases/tag/2.0.1
Release configuration: https://github.com/michael-simons/neo4j-migrations/blob/43eb56d7f2f55fd25abef9cdfbdf72da3b4093e0/pom.xml#L1103-L1299

@hazendaz
Copy link
Member

hazendaz commented Dec 14, 2022 via email

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

No branches or pull requests

2 participants