Skip to content

chore(main): release 1.3.0 #48

chore(main): release 1.3.0

chore(main): release 1.3.0 #48

Workflow file for this run

---
name: PR
on:
pull_request:
types:
- edited
- opened
- reopened
- synchronize
jobs:
title:
name: Check Title
runs-on: ubuntu-latest
steps:
- name: Check
uses: stordco/[email protected]
with:
regex: '^(feat!|fix!|fix|feat|chore)(\(\w+\))?:\s(\[#\d{1,5}\])?.*$'
hint: |
Your PR title does not match the Conventional Commits convention. Please rename your PR to match one of the following formats:
fix: [#123] some title of the PR
fix(scope): [#123] some title of the PR
feat: [#1234] some title of the PR
chore: update some action
Note: Adding ! (i.e. `feat!:`) represents a breaking change and will result in a SemVer major release.
See https://www.conventionalcommits.org/en/v1.0.0/ for more information.