automated-rust-releases

Crates.ioautomated-rust-releases
lib.rsautomated-rust-releases
version0.1.2
sourcesrc
created_at2023-10-13 09:36:39.20495
updated_at2023-10-24 14:35:14.850951
descriptionhttps://blog.orhun.dev/automated-rust-releases
homepage
repositoryhttps://github.com/orhun/automated-rust-releases
max_upload_size
id1002151
size17,769
Orhun Parmaksız (orhun)

documentation

README

Automated Rust Releases 🦀

This repository contains the configuration files for fully automating Rust releases via utilizing the following tools:

Tool Description Function
git-cliff A highly customizable Changelog Generator. Automates the changelog generation.
release-plz Publish Rust crates from CI with a Release PR. Handles dependency updates, version management, and crates.io release.
cargo-dist Shippable application packaging for Rust. Creates GitHub releases and packaging for various platforms.
Dependabot Automated dependency updates built into GitHub. Updates the Rust and GitHub Actions dependencies.
Mergify Automated CI/CD tool for optimization. Automatically merges the Dependabot pull requests.

For more information, read the blog post: https://blog.orhun.dev/automated-rust-releases

Commit count: 14

cargo fmt