autocrate 0.1.0-prealpha.3

Release Manager for Your Projects on Gitea, GitHub, and GitLab
Documentation
1
2
3
4
5
6
7
use crate::{config::Config, error::*};

pub struct PublishContext;

pub async fn publish(_cfg: &Config) -> Result<()> {
    todo!()
}