feat: add option for releaser
All checks were successful
continuous-integration/drone/push Build is passing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-05-25 23:03:07 +02:00
parent cdae730c6b
commit c76601a695
6 changed files with 3062 additions and 9 deletions

View File

@@ -7,3 +7,5 @@ pub mod catalog;
pub mod process;
pub use process::{process, process_opts};
pub mod releaser;