Skip to content

chore: Update scala-library to 2.13.12 DEV-2742 #638

chore: Update scala-library to 2.13.12 DEV-2742

chore: Update scala-library to 2.13.12 DEV-2742 #638

Workflow file for this run

name: Release-create-release
on:
pull_request:
types:
- closed
jobs:
create-release:
name: Create release PR
runs-on: ubuntu-latest
# Automate releases with Conventional Commit Messages as Pull Requests are merged into "main" branch
if: github.event.pull_request.merged == true
steps:
- name: Run release please action
uses: google-github-actions/release-please-action@v3
with:
token: ${{ secrets.GH_TOKEN }}
release-type: simple
package-name: dsp-api
changelog-types: '[

Check failure on line 21 in .github/workflows/create-release.yml

View workflow run for this annotation

GitHub Actions / Release-create-release

Invalid workflow file

The workflow is not valid. .github/workflows/create-release.yml (Line: 21, Col: 39): Unrecognized named-value: 'scope'. Located at position 1 within expression: scope
{"type": "feat", "section": "Enhancements", "hidden": false },
{"type": "fix", "section": "Bug Fixes", "hidden": false },
{"type": "build", "section": "Maintenance", "hidden": false },
{"type": "chore", "section": "Maintenance", "hidden": false },
{"type": "test", "section": "Maintenance", "hidden": false },
{"type": "refactor", "section": "Maintenance", "hidden": false },
{"type": "docs", "section": "Documentation", "hidden": false }
]'