Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

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