Skip to content

Removed camelCase format tests that were incompatible with PHPCS 3. #19

Removed camelCase format tests that were incompatible with PHPCS 3.

Removed camelCase format tests that were incompatible with PHPCS 3. #19

name: Draft release notes
on:
push:
tags:
- '*'
branches:
- main
permissions:
contents: write
jobs:
release-drafter:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- name: Draft release notes
uses: release-drafter/release-drafter@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}