Skip to main content

Quick Start

Read the latest version

flopha last-version

Calculate the next patch release

flopha next-version

Auto-detect the bump from conventional commits

flopha next-version --auto

Built-in rules treat breaking changes as major, feat commits as minor, and everything else as patch.

Create a release candidate

flopha next-version --pre rc

If v1.8.0 is the next stable version, the first pre-release becomes v1.8.0-rc.1.

Create the version in Git

flopha next-version --create

Use --source branch when the version should be created as a branch rather than a tag.

Show recent release history

flopha log --limit 10