Skip to content

Updated composer.json to include the latest configs from `drupal-pr… #170

Updated composer.json to include the latest configs from `drupal-pr…

Updated composer.json to include the latest configs from `drupal-pr… #170

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