rustreleaser

Crates.iorustreleaser
lib.rsrustreleaser
version0.1.6
sourcesrc
created_at2024-03-06 22:06:41.873123
updated_at2024-03-07 08:32:07.954951
descriptionA tool to easily release Rust projects to GitHub, Homebrew and crates.io
homepage
repositoryhttps://github.com/cestef/rustreleaser
max_upload_size
id1165253
size149,110
Vedant (vedantmgoyal9)

documentation

README

papier

GitHub

Release automation for Rust projects. The missing goreleaser for Rust.

Features

Installation

cargo install rustreleaser

Usage

A tool to easily release Rust projects to GitHub, Homebrew and crates.io

Usage: rr [OPTIONS] [PATH]

Arguments:
  [PATH]  Path to the project [default: .]

Options:
  -c, --config <CONFIG>  Path to the config file [default: releaser.toml]
  -d, --dry-run          Dry run (do not upload anything)
  -o, --output <OUTPUT>  Output directory for temporary files [default: .]
  -h, --help             Print help
  -V, --version          Print version
Commit count: 0

cargo fmt