Skip to content

Release: Semantic Release Fixes#221

Merged
Ayush8923 merged 1 commit into
mainfrom
fix/semantic-release
Jun 17, 2026
Merged

Release: Semantic Release Fixes#221
Ayush8923 merged 1 commit into
mainfrom
fix/semantic-release

Conversation

@Ayush8923

@Ayush8923 Ayush8923 commented Jun 17, 2026

Copy link
Copy Markdown
Collaborator

Type

type: chore

Summary

  • Added the Github Ref so the heads to main.
  • Added the github event
  • Remove the unwanted conventional commit

Checklist

Before submitting a pull request, please ensure that you mark these task.

  • Ran npm run dev and npm run build in the repository root and test.
  • If you've fixed a bug or added code that is tested

Summary by CodeRabbit

Release Notes

This release contains only internal infrastructure and tooling updates with no visible end-user impact.

  • Chores
    • Updated CI/CD workflow configuration for pre-release automation.

@coderabbitai

coderabbitai Bot commented Jun 17, 2026

Copy link
Copy Markdown

Review Change Stack

📝 Walkthrough

Walkthrough

The pre-release workflow's semantic-release step is simplified: instead of unsetting GITHUB_ACTIONS/GITHUB_EVENT_NAME, passing --branches, and creating a dummy conventional commit, it now sets GITHUB_EVENT_NAME=push and GITHUB_REF to the PR base branch ref and runs npx semantic-release directly.

Changes

Pre-release Workflow Simplification

Layer / File(s) Summary
Semantic-release step env and invocation
.github/workflows/pre-release.yml
Removes the conventional-commit creation step and the env-unsetting/--branches approach; replaces them with GITHUB_EVENT_NAME=push and GITHUB_REF=refs/heads/<base-branch> set inline before npx semantic-release.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~5 minutes

Poem

🐇 Hoppy little workflow, trimmed so neat,
No dummy commits to fake a feat!
Just set the env and let it run,
GITHUB_EVENT_NAME=push — done!
The rabbit nods, the pipeline hops,
Clean releases, no extra props. 🎉

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title 'Release: Semantic Release Fixes' is directly related to the changeset, which modifies the semantic-release step in the pre-release workflow to fix how semantic-release is invoked.
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.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.

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

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/semantic-release

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.

@Ayush8923 Ayush8923 self-assigned this Jun 17, 2026
@Ayush8923 Ayush8923 requested a review from vprashrex June 17, 2026 06:39
@Ayush8923 Ayush8923 merged commit 2fecf66 into main Jun 17, 2026
1 of 2 checks passed
@Ayush8923 Ayush8923 deleted the fix/semantic-release branch June 17, 2026 06:41
@github-actions

Copy link
Copy Markdown

🎉 This PR is included in version 0.3.0-main.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants