GitXplorerGitXplorer
v

rustreleaser

public
22 stars
0 forks
1 issues

Commits

List of commits on branch main.
Verified
f320e0cf7e0788223cb75c42884db6199c7b95d8

Update LICENSE

ccestef committed 10 months ago
Verified
52957a7d67257b907aebeec36203d5e11680852d

Update README.md

vvedantmgoyal9 committed 10 months ago
Unverified
629836b4ca74203a27453f4cf0e4b324a1aa3df1

Update justfile

ccestef committed 10 months ago
Unverified
7588bfc2636c2075520273bc8df19d05754a968f

Bump version to v0.1.8

ccestef committed 10 months ago
Unverified
dab331c0a0395f3d97abb20cb95187a9741dbf57

Bump version to v0.1.7

ccestef committed 10 months ago
Unverified
84c1639888447e0829c4d2ffea0b6971daa0734d

Add LICENSE

ccestef committed 10 months ago

README

The README file for this repository.

rustreleaser-header

Crates.io GitHub Release Homebrew

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