releasaurus-core 0.16.0

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
9
10
11
12
13
//! Manifest version updates for various programming languages and file types.
mod composite;
pub mod dispatch;
pub mod generic;
mod go;
mod java;
pub mod manager;
mod node;
mod php;
mod python;
mod ruby;
mod rust;
mod traits;