chore: support npm trust publisher#4348
Merged
xuefei1313 merged 2 commits intodevelopfrom Dec 11, 2025
Merged
Conversation
xile611
previously approved these changes
Dec 11, 2025
Contributor
There was a problem hiding this comment.
Pull request overview
This PR implements support for npm trusted publishing via GitHub Actions OIDC and consolidates the release workflow infrastructure. The changes include upgrading vrender dependencies from 1.0.31 to 1.0.32, expanding Node.js support to version 20.x, and merging multiple release workflows into a single unified workflow file.
Key Changes
- Consolidates
pre-release.ymlandhotfix-release.ymlinto the mainrelease.ymlworkflow with conditional flow execution - Adds npm provenance support by enabling
id-token: writepermissions and configuring npm registry URL - Updates all vrender-related dependencies from version 1.0.31 to 1.0.32 across multiple packages
- Extends Node.js version support to include version 20.x and upgrades GitHub Actions to v4
Reviewed changes
Copilot reviewed 14 out of 15 changed files in this pull request and generated 7 comments.
Show a summary per file
| File | Description |
|---|---|
.github/workflows/release.yml |
Major refactoring: consolidated release, hotfix, and pre-release flows into conditional branches; updated to Node 20.x and actions@v4; added OIDC provenance support |
.github/workflows/pre-release.yml |
Deleted workflow - functionality moved to release.yml |
.github/workflows/hotfix-release.yml |
Deleted workflow - functionality moved to release.yml |
.github/workflows/sync-main-to-develop.yml |
Added --no-verify flag to git push for bypassing hooks |
.github/workflows/release-changelog.yml |
Added --no-verify flag and [skip ci] to commit messages |
.github/workflows/publish.yml |
Added --no-verify flag and [skip ci] to commit messages |
rush.json |
Extended Node.js version support to include 20.x |
packages/vchart/package.json |
Updated vrender dependencies from 1.0.31 to 1.0.32 |
packages/vchart/CHANGELOG.json |
Updated changelog to reflect vrender 1.0.32 upgrade |
packages/vchart-extension/package.json |
Updated vrender dependencies from 1.0.31 to 1.0.32 |
packages/react-vchart/package.json |
Updated vrender dependencies from 1.0.31 to 1.0.32 |
packages/openinula-vchart/package.json |
Updated vrender dependencies from 1.0.31 to 1.0.32 |
docs/package.json |
Updated vrender dependencies from 1.0.31 to 1.0.32 |
tools/story-player/package.json |
Updated vrender dependencies from 1.0.31 to 1.0.32 |
common/config/rush/pnpm-lock.yaml |
Lockfile updates reflecting vrender 1.0.32 across all packages |
Files not reviewed (1)
- common/config/rush/pnpm-lock.yaml: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
bef8299 to
bd2b811
Compare
f08ee63 to
76bc350
Compare
xile611
previously approved these changes
Dec 11, 2025
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
xile611
approved these changes
Dec 11, 2025
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.
[中文版模板 / Chinese template]
🤔 This is a ...
🔗 Related issue link
🔗 Related PR link
🐞 Bugserver case id
💡 Background and solution
📝 Changelog
☑️ Self-Check before Merge
🚀 Summary
copilot:summary
🔍 Walkthrough
copilot:walkthrough