diff --git a/.github/workflows/pr-title.yml b/.github/workflows/pr-title.yml index c00fff822..4112fdf4f 100644 --- a/.github/workflows/pr-title.yml +++ b/.github/workflows/pr-title.yml @@ -12,7 +12,7 @@ jobs: env: PR_TITLE: ${{ github.event.pull_request.title }} run: | - if ! echo "$PR_TITLE" | grep -E "^(fix|feat|chore|docs)(\([a-z-]+\))?: (๐Ÿ”–|๐Ÿงช )?[a-z].+[^.]$"; then + if ! echo "$PR_TITLE" | grep -E "^(fix|feat|chore|docs)(\([a-z-]+\))?: (๐Ÿ”– |๐Ÿงช )?[a-z].+[^.]$"; then echo "โŒ PR title '$PR_TITLE' does not match the required format" echo "Required format: type(scope): subject" echo "Examples:" diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 27be48852..5512dd34f 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -80,7 +80,7 @@ ### Patch Changes -- Fixed an issue with the `remove-x-internal` decorator where bundling API descirptions containing discriminators could fail when using **Node.js** v17 or earlier. +- Fixed an issue with the `remove-x-internal` decorator where bundling API descriptions containing discriminators could fail when using **Node.js** v17 or earlier. - Fixed API descriptions bundling. Previously, schemas containing nulls in examples were causing failures. - Updated @redocly/openapi-core to v1.25.11.