releasor

Crates.ioreleasor
lib.rsreleasor
version1.5.0
created_at2025-05-08 04:40:34.31471+00
updated_at2025-12-29 15:07:02.25111+00
descriptionA CLI that automates release tasks for Rust 🦀 projects, streamlining builds, .tar.gz packaging, and binary verification for a fast and consistent workflow.
homepage
repositoryhttps://github.com/joaolfp/releasor
max_upload_size
id1664887
size36,389
João Lucas (joaolfp)

documentation

README

releasor

A command-line tool to automate release tasks for Rust 🦀 projects and libraries. releasor streamlines building, packaging into .tar.gz archives, and verifying binaries, providing a fast and consistent release workflow.

Features

  • Automated cargo build --release execution
  • Creation of compressed .tar.gz archives with your chosen name
  • Generation and printout of SHA-256 checksums for integrity verification

Installing

Cargo 🦀

Installing from crates.io (requires Rust/Cargo):

cargo install releasor

Usage

releasor -f package_name

Contributing

To contribute, just fork this project and then open a pull request, feel free to contribute, bring ideas and raise any problem in the issue tab.

License

releasor is released under the MIT license. See LICENSE for details.

Commit count: 21

cargo fmt