pyrls 0.1.0

A single-binary release automation tool for Python projects
Documentation
1
2
3
4
5
6
7
8
9
pub mod analysis;
pub mod changelog;
pub mod config;
pub mod conventional_commits;
pub mod git;
pub mod github;
pub mod publish;
pub mod version;
pub mod version_files;