-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
As a software developer, I want to publish released versions of the repository to be publicly accessible from Maven and Gradle projects, so that external developers can easily use released versions in their code.
We can use GitHub packages for this (guidelines are here for Maven and Gradle). We can also configure GitHub Actions to deploy a package when a new version is tagged with thev*
pattern.
Bonus points:
- Releasing the code will automatically create a changelog here
AC
- When tagging a new release, we publish to GitHub packages.
- Deployed packages are accessible to external developers publicly via Maven and Gradle.