Skip to content

ci: enable automatic GitHub Releases on publish - #55

Merged
therajanmaurya merged 1 commit into
developmentfrom
ci/enable-github-releases
May 1, 2026
Merged

ci: enable automatic GitHub Releases on publish#55
therajanmaurya merged 1 commit into
developmentfrom
ci/enable-github-releases

Conversation

@therajanmaurya

@therajanmaurya therajanmaurya commented May 1, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Upgrades to mbl-actionhub publish workflow v1.0.12
  • Enables create-github-release: true — creates a flat vX.Y.Z GitHub Release after successful Maven Central publish
  • Prevents duplicate publish attempts caused by Maven Central search index lag (resolver now finds latest version from GitHub Releases)

Test plan

  • Merge and trigger manual publish workflow dispatch
  • Verify GitHub Release is created with flat vX.Y.Z tag
  • Verify version resolver picks up the new release on next run

Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com

Summary by CodeRabbit

  • Chores
    • Enabled automatic GitHub release creation during the publishing process.

Upgrades to mbl-actionhub publish workflow v1.0.12 which creates a
single GitHub Release with flat vX.Y.Z tag after successful publish.
This ensures the version resolver always finds the latest version,
preventing duplicate publish attempts when Maven Central search index lags.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@coderabbitai

coderabbitai Bot commented May 1, 2026

Copy link
Copy Markdown

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: a54ee081-0d3f-4fda-b297-ffa112d648f6

📥 Commits

Reviewing files that changed from the base of the PR and between 86790e1 and 89c0d6e.

📒 Files selected for processing (1)
  • .github/workflows/publish.yml

📝 Walkthrough

Walkthrough

The publish workflow now delegates to version 1.0.12 of the reusable KMP library publishing workflow (previously 1.0.11) and enables automatic GitHub release creation by setting the create-github-release input to true.

Changes

Cohort / File(s) Summary
GitHub Actions Workflow Update
.github/workflows/publish.yml
Bumped reusable workflow version from v1.0.11 to v1.0.12 and enabled GitHub release creation by toggling create-github-release from false to true.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

Poem

🐰 A version bump hops into view,
v1.0.12 brings releases anew!
Releases now spring forth with glee,
From the GitHub actions tree. ✨

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and concisely summarizes the main change: enabling automatic GitHub Releases during the publish workflow, which matches the primary objective of the PR.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch ci/enable-github-releases

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
Review rate limit: 0/1 reviews remaining, refill in 60 minutes.

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

@therajanmaurya
therajanmaurya merged commit 705641a into development May 1, 2026
7 checks passed
@mobilebytesenseicommunity
mobilebytesenseicommunity deleted the ci/enable-github-releases branch June 17, 2026 08:05
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.

1 participant