#semver #git-repository #git-version #command-line-tool #tags #updating #packages

app snowy

雪域是一个简化发布管理的命令行工具

1 个不稳定版本

0.1.0 2024年6月22日

#2055命令行工具

GPL-3.0-or-later

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