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 πŸš€

Installation instructions can be found here.

Usage

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

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

Configuration πŸ”§

Configuration can be found here.