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

Add JReleaser and workflows #411

Merged
merged 3 commits into from
Dec 7, 2024

Conversation

jonesbusy
Copy link
Collaborator

This is a requirement for #239 (Homebrew distribution)

I did some test from my machine but didn't fully test the workflow until merged on main

The idea is

  • Keep the cd workflow that create the release, upload to artifactory (I need to optimize to only deploy the parent pom and core module. The CLI is a far jar of ~100Mib and is a waste of resource to deploy it to Artifactory Jenkins
  • Use jrelease to distribute the CLI jar on github (this is this PR) and homebrew

jrelease is configured to not overide the release or changelog but only upload assets

Screenshot from 2024-12-07 13-05-32

I will perform more tests when merged

@jonesbusy jonesbusy added the chore label Dec 7, 2024
@jonesbusy jonesbusy enabled auto-merge December 7, 2024 12:21
@jonesbusy jonesbusy disabled auto-merge December 7, 2024 12:42
jreleaser.yml Outdated Show resolved Hide resolved
@jonesbusy jonesbusy enabled auto-merge December 7, 2024 12:44
@jonesbusy jonesbusy merged commit 356affe into jenkins-infra:main Dec 7, 2024
14 of 15 checks passed
@jonesbusy jonesbusy deleted the feature/jreleaser branch December 7, 2024 12:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants