Skip to content

[CLNP-8355] [ci]: add automated release workflow and update CI to Node 24#1414

Open
sf-tyler-jeong wants to merge 18 commits intomainfrom
feature/CLNP-8355
Open

[CLNP-8355] [ci]: add automated release workflow and update CI to Node 24#1414
sf-tyler-jeong wants to merge 18 commits intomainfrom
feature/CLNP-8355

Conversation

@sf-tyler-jeong
Copy link
Copy Markdown

@sf-tyler-jeong sf-tyler-jeong commented Apr 2, 2026

Add Jira-integrated automated release workflow and modernize CI infrastructure.

Release Automation (release-workflow.yml - new)

  • Automated release pipeline triggered via Jira ticket approval
  • Steps: build → test → npm publish (OIDC provenance) → merge to main → git tag → GitHub Release → Slack notification → Jira transition
  • On failure: automatic Jira ticket rollback to CONDITIONAL_RELEASE_APPROVED
  • Uses CHANGELOG_DRAFT.md for GitHub Release body to avoid duplicate titles

CI Updates

  • Update actions/checkout v4 → v6, actions/setup-node v4 → v6 across all workflows
  • Update build-and-test.yml Node version from 16.19.1 → 24 (LTS Krypton)
  • Migrate NPM auth from token-based to OIDC trusted publishing in release workflow
  • Normalize secret name npm_tokenNPM_TOKEN in package-publish.yml

New Files

  • CHANGELOG_DRAFT.md: template for per-release changelog (used by release workflow and Jira ticket)

Fixes CLNP-8355

Changelogs

  • Added automated release workflow with Jira integration
  • Added test step in release workflow before npm publish
  • Updated all CI workflows to Node 24 and latest GitHub Actions
  • Migrated npm publish to OIDC trusted publishing with provenance
  • Added CHANGELOG_DRAFT.md template for release notes

Checklist

  • All tests pass locally with my changes
  • I have added tests that prove my fix is effective or that my feature works
  • Public components / utils / props are appropriately exported
  • I have added necessary documentation (if appropriate)

@netlify
Copy link
Copy Markdown

netlify bot commented Apr 2, 2026

Deploy Preview for sendbird-uikit-react ready!

Name Link
🔨 Latest commit bfdf72b
🔍 Latest deploy log https://app.netlify.com/projects/sendbird-uikit-react/deploys/69d49f92ba5edc000892aea8
😎 Deploy Preview https://deploy-preview-1414--sendbird-uikit-react.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 0fd80e71ef

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

sf-tyler-jeong and others added 11 commits April 2, 2026 12:18
…flow shell commands

Prevent potential shell injection by using env variables for github.ref_name
and github.event.repository.name. Improve rollback step to check existence
before reinstalling dependencies instead of silently swallowing errors.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…n release workflow

Use python3 import check instead of command -v for requests package detection.
Change contents permission from read to write for git tag push.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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