Skip to content

Enable continuous deployment

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Jun 19:48
76730c9

Contents

Operations

  • Add release workflow that releases a new version on merge of any branch into main
  • Add check-semantic-version job, which checks that the version in package.json is the same as the semantic version expected by git-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