@5app/semantic-release-config 中文文档教程
Semantic Release shareable config
Install
- Create
.releaserc.json
file in directory, write into it:…
{
"extends": "@5app/semantic-release-config"
}
- Install the dev dependency
npm i @5app/semantic-release-config
- Add Job to CI pipeline
例如参见 .circleci/config.yml
release:
executor: default
steps:
- checkout
- node/install-packages
- run: npx semantic-release
- Grant @ci Team Privileges
在回购设置中授予 CI 用户写入设置
更多
你可能也喜欢
- 69d1a00e-7f6c-40a4-ab2e-70257bcd245c-es2015 中文文档教程
- @0xcert/ethereum-order-gateway-contracts 中文文档教程
- @100mslive/hmsvideo-web 中文文档教程
- @3dprogramin/tasktracker 中文文档教程
- @a1mer/apicloud-tools-core 中文文档教程
- @aaronhayes/react-scroll-hook 中文文档教程
- @abraj/react-gif-player 中文文档教程
- @absorbtv/schema 中文文档教程
- @acornfamily/site 中文文档教程
- @actionsflow/trigger-youtube 中文文档教程