Skip to the content.

๐Ÿท๏ธ Release Process

Tooling

Omkraft release automation uses:


Trigger

Release runs on push to main through each app repoโ€™s release workflow, which calls:

uses: Omkraft/.github/.github/workflows/release.yml@main

Version Calculation

Change type Version impact
fix patch
feat minor
feat! or BREAKING CHANGE major

Output

When release-worthy commits are present:

When no release-worthy commits exist:


Repo Nuance