Quick start
Install monoverse first if you haven’t already. See Installation.
Create a monoverse.yaml file at the repository root, define your projects, then run a release.
Example:
projects:
server:
type: rust
path: server
client:
type: node
path: client
Release a project:
monoverse release server
Add the --commit and --tag flags if you want Monoverse to handle committing and tagging the changes.
Print the next version without editing files:
monoverse next server
List configured projects:
monoverse list