Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/iamd3vil/rlsr

A tool to manage releases
https://github.com/iamd3vil/rlsr

Last synced: 9 days ago
JSON representation

A tool to manage releases

Awesome Lists containing this project

README

        

# Rlsr (Releaser)

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

Documentation can be found at: [Docs](https://rlsr.sarat.dev/)

## Usage

```
USAGE:
rlsr [OPTIONS]

OPTIONS:
-c, --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

`rlsr` looks for a `rlsr.yml` in your project.

More details can be found at: [Configuration Docs](https://rlsr.sarat.dev/config/config/)