Skip to content

Commit

Permalink
feat: support allow scopes (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
fengmk2 authored May 18, 2024
1 parent 1a4666a commit 6e1b821
Show file tree
Hide file tree
Showing 3 changed files with 421 additions and 6,255 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,16 @@
}
```

当然你发布的是 scoped package,可以直接添加 scope 到白名单 `allowScopes`

```json
"allowScopes": [
...
"@eggjs",
...
]
```

2、修改完成后提交一个 `Pull Request` 合并到 master 分支,等待 Review,合并后会自动发布,预计最长 5 分钟后会全网生效。

## License
Expand Down
Loading

0 comments on commit 6e1b821

Please sign in to comment.