Skip to content

Conversation

@swatigoel
Copy link
Contributor

@swatigoel swatigoel commented Jan 21, 2026

Summary by CodeRabbit

  • Chores
    • Updated project version to 0.8.0-SNAPSHOT.
    • Updated organization metadata in package publication configuration.
    • Streamlined build workflow secret references for improved artifact publishing consistency.

✏️ Tip: You can customize this high-level summary in your review settings.

@coderabbitai
Copy link

coderabbitai bot commented Jan 21, 2026

Walkthrough

This 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

Cohort / File(s) Change Summary
Workflow Configuration
.github/workflows/kotlin-artifacts-build.yml
Unified OSSRH secret references: both publish-snapshot and publish-release jobs now use GRADLE_OSSRH_URL for the OSSRH_URL environment variable (previously used different secret sources)
Gradle Publishing Metadata
kotlin/PixelPass/publish-artifact.gradle
Version bumped from 0.8.0-RC1 to 0.8.0-SNAPSHOT; organizationUrl updated from https://github.com/inji/pixelpass to https://inji.io in both aar and jarRelease publication configurations

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

Suggested reviewers

  • ckm007
  • Prafulrakhade

Poem

🐰 A version hops forward with snapshot grace,
OSSRH secrets unified in their place,
From GitHub to inji, the URL takes flight,
Configuration harmonized—all feels just right! 🌟

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title references updating configuration to publish artifact to io.inji group, which aligns with the version bump and organizationUrl changes to https://inji.io in publish-artifact.gradle, though it doesn't explicitly mention the workflow secret changes.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ 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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@swatigoel swatigoel merged commit 68b478f into inji:develop Jan 21, 2026
5 checks passed
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

Successfully merging this pull request may close these issues.

2 participants