Skip to content

Refactor locale handling in loaders to use params and add error handling for missing locale #293

Refactor locale handling in loaders to use params and add error handling for missing locale

Refactor locale handling in loaders to use params and add error handling for missing locale #293

name: Create Release Note
on:
pull_request:
types:
- closed
workflow_dispatch:
jobs:
release:
permissions:
contents: write
pull-requests: write
runs-on: ubuntu-latest
steps:
- name: Create Release Note
uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
commitish: main