omr-bumper 0.3.16-dev

An opiniated version bumper for releases. Works for us.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//! omr-bumper is not intended to be a library, but it can be embedded into your code
//!
//! Run `omr-bumper --help` for more info
//!
//! *Note:* This is work-in-progress, and _works for us_. Use with care!
//!
//! Sensible pull-requests, and issues welcome at: (https://github.com/AndreasOM/omr-bumper)

mod release;
pub use release::Release;

mod cargo;
mod manifest;
// #[allow(dead_code)]
// mod repository;
mod repository_cmdgit;
use repository_cmdgit::Repository;