rlyx 0.3.1

rlyx is a fast release manager that automatically bumps versions, creates changelogs, tags commits, and publishes GitHub releases across JS, Rust, and Python projects with first class monorepos support.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
pub mod changelog;
pub mod config;
pub mod git;
pub mod notes;
pub mod project;
pub mod release_kind;
pub mod rollback;
pub mod selfupdate;
pub mod semver;
pub mod shell;
pub mod ui;
pub mod util;
pub mod version;

pub use release_kind::ReleaseKind;