Skip to content

Use array_first() in favor of reset() (#1249) #179

Use array_first() in favor of reset() (#1249)

Use array_first() in favor of reset() (#1249) #179

name: Build changelog
on:
push:
branches:
- develop
jobs:
update:
name: Update
runs-on: ubuntu-latest
steps:
- name: Run
uses: release-drafter/release-drafter@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}