Skip to content

Commit 63493c6

Browse files
fengmk2Copilotgemini-code-assist[bot]
authored
fix: remove @muxunorg (#406)
was added by #25 close #405 <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - Documentation - Added a warning clarifying scope whitelisting: scopes must include popular packages (e.g., >10k weekly downloads); new scopes without popular packages won’t be accepted. - Chores - Updated release automation to use an NPM-focused workflow and simplified secret requirements. - Tightened allowed scope policy by removing one previously permitted scope. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --------- Co-authored-by: Copilot <[email protected]> Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent fdc176d commit 63493c6

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ on:
55

66
jobs:
77
release:
8-
name: Node.js
9-
uses: cnpm/github-actions/.github/workflows/node-release.yml@master
8+
name: NPM
9+
uses: cnpm/github-actions/.github/workflows/npm-release.yml@master
1010
secrets:
11-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
1211
GIT_TOKEN: ${{ secrets.GIT_TOKEN }}

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ _你将会看到 package.json 文件中的 `allowPackages` 字段被更新,如
3636

3737
### 添加指定 scope
3838

39+
> [!WARNING]
40+
> 为避免滥用,申请添加的 scope 必须已包含热门包(如周下载量超过 1 万)。我们不接受为刚创建且无热门包的 scope 添加白名单。
41+
3942
当然你发布的是 scoped package,可以用 CLI 添加 scope 到白名单 `allowScopes`
4043

4144
```bash

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,6 @@
148148
"@microsoft",
149149
"@minecraft",
150150
"@miniu",
151-
"@muxunorg",
152151
"@napi-rs",
153152
"@npmcli",
154153
"@nutui",

0 commit comments

Comments
 (0)