管理一个Python库的发布:changes
jopen
11年前
changes管理一个Python库的发布,自动发布任务工具, 协助你的工程自动化完成从提交信息到语义化的版本控制, 等等事务,并自动生成更新日志。
- Auto generates changelog entries from commit messages
- CLI that follows Semantic Versioning principles to auto-increment the library version
- Runs the library tests
- Checks the package installation from a tarball and PyPi
- Uploads the distribution to PyPi
- Tags the GitHub repository