anodizer-core 0.2.0

Core configuration, context, and template engine for the anodizer release tool
Documentation

anodizer-core

Core configuration, context, and template engine for the anodizer release tool

This crate is an internal building block of anodizer — a Rust-native release automation tool inspired by GoReleaser. It is published to crates.io so the anodizer CLI can depend on it from the registry, but the public, user-facing entry point is the anodizer binary crate.

If you're looking to release a Rust project with anodizer:

cargo install anodizer
anodizer init > .anodizer.yaml
anodizer release --snapshot

Documentation

License

MIT — see the main repository for the full license text.