Skip to content

ci: migrate to semantic-release - #33

Merged
eumaninho54 merged 3 commits into
mainfrom
feat/semantic-release
May 17, 2026
Merged

ci: migrate to semantic-release#33
eumaninho54 merged 3 commits into
mainfrom
feat/semantic-release

Conversation

@eumaninho54

Copy link
Copy Markdown
Member

Pull Request

Description

Replaces the custom DEPLOY-RELEASE comment-triggered workflow with semantic-release. Releases are now triggered manually via Actions → Release → Run workflow on main. Version bumps, changelog generation, tagging, and GitHub Release creation are all handled automatically based on Conventional Commits.

  • ci(release): replace custom deploy workflow with workflow_dispatch + semantic-release
  • build(release): add release.config.cjs with commit type rules, changelog sections, and git assets
  • build(deps): install semantic-release and plugins

Type of change

  • 🐛 Bug fix
  • ✨ New component
  • 🎨 Token / style change
  • 📄 Documentation
  • 🔨 Configuration / tooling
  • ♻️ Refactor
  • 💥 Breaking change

Storybook

  • Story created or updated in example/stories
  • All variants and states are covered

Breaking changes

The DEPLOY-RELEASE comment trigger no longer works. Releases must be triggered via the GitHub Actions UI on the main branch.

References

  • Closes #

eumaninho54 and others added 3 commits May 17, 2026 13:56
Replace custom issue-comment-triggered deploy script with semantic-release
workflow_dispatch trigger. Reduces operational overhead and enables
automatic versioning and changelog generation.

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
Add semantic-release config and dependencies. Enables automated version
bumping, changelog generation, and GitHub release publishing based on
conventional commits.

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
@kody-ai

kody-ai Bot commented May 17, 2026

Copy link
Copy Markdown

BYOK Configuration Required! 🔑

Your plan requires a Bring Your Own Key (BYOK) configuration to perform code reviews.

Please configure your API keys in Settings > BYOK Configuration.

@eumaninho54
eumaninho54 merged commit 6058b91 into main May 17, 2026
3 checks passed
@eumaninho54
eumaninho54 deleted the feat/semantic-release branch May 17, 2026 16:58
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