rlls 0.0.36

Cut a version, tag it, and publish a GitHub Release with raw git notes
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
pub mod changelog;
pub mod config;
pub mod git;
pub mod lock;
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;