Skip to content

Ship

The shipping stage has three commands that handle the journey from local changes to published release.

Stages changes and creates a conventional commit with an auto-generated message.

Terminal window
/mykit.commit

Creates a pull request with an auto-generated title and description based on the commits.

Terminal window
/mykit.pr

Publishes a new release with changelog generation.

Terminal window
/mykit.release
  • /mykit.approve — Approve a pull request
  • /mykit.bypass — Bypass branch protections (use with caution)