Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/iamd3vil/rlsr
- Owner: iamd3vil
- License: gpl-3.0
- Created: 2022-04-13T17:52:30.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-15T19:28:28.000Z (about 2 months ago)
- Last Synced: 2024-09-16T04:56:55.633Z (about 2 months ago)
- Language: Rust
- Homepage: https://rlsr.sarat.dev/
- Size: 370 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)