Enable continuous deployment
Contents
Operations
- Add
release
workflow that releases a new version on merge of any branch intomain
- Add
check-semantic-version
job, which checks that the version inpackage.json
is the same as the semantic version expected bygit-mkver
given the Conventional Commits since the last tag - Add the
update-pull-request
workflow that auto-generates part of the PR description on each commit