[CLNP-8355] [ci]: add automated release workflow and update CI to Node 24#1414
Open
sf-tyler-jeong wants to merge 18 commits intomainfrom
Open
[CLNP-8355] [ci]: add automated release workflow and update CI to Node 24#1414sf-tyler-jeong wants to merge 18 commits intomainfrom
sf-tyler-jeong wants to merge 18 commits intomainfrom
Conversation
✅ Deploy Preview for sendbird-uikit-react ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this comment.
💡 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".
… workflow to merge before publish
…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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add Jira-integrated automated release workflow and modernize CI infrastructure.
Release Automation (
release-workflow.yml- new)CHANGELOG_DRAFT.mdfor GitHub Release body to avoid duplicate titlesCI Updates
actions/checkoutv4 → v6,actions/setup-nodev4 → v6 across all workflowsbuild-and-test.ymlNode version from 16.19.1 → 24 (LTS Krypton)npm_token→NPM_TOKENinpackage-publish.ymlNew Files
CHANGELOG_DRAFT.md: template for per-release changelog (used by release workflow and Jira ticket)Fixes CLNP-8355
Changelogs
CHANGELOG_DRAFT.mdtemplate for release notesChecklist