#!/usr/bin/env sh
# Enforce Conventional Commits (semantic-release + commitlint).
pnpm exec commitlint --edit "$1"
