osrs-cli 2.0.1

Command line utility program for Old School RuneScape
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# Release Process

## Full CLI release

- Run `cargo release <major|minor|patch>`
  - If it looks good, add `--execute`

This will kick off CI to build and publish the releases.

## Website-only release

To release changes to the website without publishing a new version of the CLI, just run [the merge workflow](https://github.com/LucasPickering/osrs-cli/actions/workflows/merge-release.yml).