Skip to content

merge branch v2 (release 2.0.0-alpha.4) #29

merge branch v2 (release 2.0.0-alpha.4)

merge branch v2 (release 2.0.0-alpha.4) #29

Workflow file for this run

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