Skip to content

Rlsr Documentation

Rlsr is a tool to create & manage releases for your projects.

Currently rlsr supports github releases and docker registry.

Installation instructions can be found here.

USAGE:
rlsr [OPTIONS]
OPTIONS:
-c, --config <CONFIG> [default: rlsr.yml]
-h, --help Print help information
--rm-dist
-s, --skip-publish
-V, --version Print version information

If --skip-publish flag is given, rlsr will skip publishing. rm-dist flag cleans the dist folder before building the release again.

Configuration can be found here.

Project Examples includes full Rust and Go rlsr.yml samples.

Templating documents available template variables and filters.