release please 是一个来自于 Google 的自动发版工具,基于 Github Actions 可实现全自动发版。
官网:https://github.com/googleapis/release-please
上手
在项目根目录的 .github 的 workflows 里面新建一个 release-please.yml 文件,下面是一个标准的 node 项目的标准配置:
...大约 2 分钟
release please 是一个来自于 Google 的自动发版工具,基于 Github Actions 可实现全自动发版。
官网:https://github.com/googleapis/release-please
在项目根目录的 .github 的 workflows 里面新建一个 release-please.yml 文件,下面是一个标准的 node 项目的标准配置: