apiforge 0.4.0

Production-grade API release automation CLI. From merged code to healthy pods in production — one command.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub mod changelog;
pub mod commit;
pub mod preflight;
pub mod push;
pub mod tag;
pub mod version_bump;

pub use changelog::ChangelogStep;
pub use commit::GitCommitStep;
pub use preflight::GitPreflightStep;
pub use push::GitPushStep;
pub use tag::GitTagStep;
pub use version_bump::VersionBumpStep;