Conversation
|
Since I am not sure how to release the BOM file, the |
Codecov Report
@@ Coverage Diff @@
## main #1486 +/- ##
=========================================
Coverage 75.93% 75.93%
Complexity 2004 2004
=========================================
Files 202 202
Lines 6943 6943
Branches 691 691
=========================================
Hits 5272 5272
Misses 1335 1335
Partials 336 336 Continue to review full report at Codecov.
|
|
I published it locally and tried using
the other thing is, |
|
just tried locally: and it worked, thanks @maciejwalkowiak |
|
@maciejwalkowiak do you prefer opening a new PR for fixing the release script or this one? |
|
How the settings should be modified? |
ups sorry, |
|
@marandaneto updated the release script. Works well when I tested it locally. |
scripts/release.kts
Outdated
|
|
||
| if (androidFile != null) { | ||
| file = androidFile.path | ||
| val bomFile = folder |
There was a problem hiding this comment.
@iker-barriocanal these changes will need to be updated in the craft release too, right?
|
@marandaneto should we merge it or not yet? |
I will test later but also need to check out #1486 (comment) |
|
@iker-barriocanal I am about to merge this, is craft ready to do a |
scripts/release.kts
Outdated
| val command = "./mvnw gpg:sign-and-deploy-file " + | ||
| "-Dfile=$pomFile " + | ||
| "-DpomFile=$pomFile " + | ||
| "-DrepositoryId=$repositoryId " + | ||
| "-Durl=$repositoryUrl " + | ||
| "--settings $settingsPath" |
There was a problem hiding this comment.
@iker-barriocanal how craft will handle this, as it's a different way of calling maven CLI for a bom (which is only a pom.xml) file?
|
An update, I merged the docs (getsentry/sentry-docs#3832) which I assume I'll need to revert. But to let y'all know we're just blocked on being able to release this. Hopefully @iker-barriocanal can help us out on this one too |
|
@bruno-garcia @marandaneto opened a PR to support this in Craft: getsentry/craft#270. |
And it's merged! thanks Iker, I guess we're close to merging this one then |
📜 Description
Generate Sentry BOM
💡 Motivation and Context
Fixes #1484
💚 How did you test it?
📝 Checklist
🔮 Next steps
Update
release.ktscript BOM to publish to Maven central.