releasaurus-core 0.20.4

A comprehensive release automation tool that streamlines the software release process across multiple programming languages and forge platforms
Documentation
1
2
3
4
5
6
7
8
//! Python package updater supporting pyproject.toml, setup.py, and setup.cfg
//! projects.

pub mod manifests;
pub mod pyproject;
pub mod setupcfg;
pub mod setuppy;
pub mod updater;