pipelines/.husky/prepare-commit-msg
Lanhild e0fbe9cd21
refactor: add automatic releases
Add an automatic release workflow and conventional commits. The release workflow determines the
version from the type of commits and then links each commit to a changelog entry in the appropriate
section, according to the type of the latter.
2024-12-02 13:41:54 -05:00

2 lines
52 B
Bash

#!/bin/bash
exec < /dev/tty && npx cz --hook || true