Skip to content

merge branch v2 (release 2.0.0-beta.48) #128

merge branch v2 (release 2.0.0-beta.48)

merge branch v2 (release 2.0.0-beta.48) #128

Workflow file for this run

name: 'Release Notes'
on:
push:
tags:
- '*'
jobs:
release:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 0
fetch-tags: true
- run: bash bin/changelog.sh latest >body.md
- uses: ncipollo/release-action@v1
with:
bodyFile: 'body.md'