1 个不稳定版本
0.1.0 | 2024年6月22日 |
---|
#2055 在 命令行工具
21KB
229 代码行
snowy
用于管理 Git 仓库的打包和发布的 CLI。
命令
release
- bumping the semver
- updating nested packages to reflect the new version
- commiting repo with git tag as long as git stage is empty.
deploy
- updating a specific tag/commit with a tag (dev/stage/prod) for pickup of a CI Pipeline.
本地运行
cargo run -- release
在本地运行发布命令。
测试
依赖
~6–16MB
~180K SLoC