[INJIMOB-3711] - Update configuration to publish artifact to io.inji group#153
[INJIMOB-3711] - Update configuration to publish artifact to io.inji group#153swatigoel merged 1 commit intoinji:developfrom
Conversation
…group Signed-off-by: Swati Goel <meet2swati@gmail.com>
WalkthroughThis pull request updates artifact publishing configuration by standardizing the OSSRH URL secret reference across GitHub workflow jobs and bumping the PixelPass version from 0.8.0-RC1 to 0.8.0-SNAPSHOT while updating the organization URL metadata. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Fix all issues with AI agents
In `@kotlin/PixelPass/publish-artifact.gradle`:
- Around line 1-2: The build currently hardcodes version = "0.8.0-SNAPSHOT",
causing release builds to publish snapshot artifacts; change
publish-artifact.gradle to compute the project version from a CI/gradle property
(e.g., RELEASE_TYPE and a RELEASE_VERSION or CI tag): if RELEASE_TYPE indicates
a release use the provided release version (RELEASE_VERSION or tag) as the
project version, otherwise append "-SNAPSHOT" (or keep the default) for
non-release builds; reference the existing version assignment (the version
symbol) and the group symbol to locate where to replace the hardcoded value.
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.