Skip to content

feat: adds release notes action #1

feat: adds release notes action

feat: adds release notes action #1

Workflow file for this run

name: Release Notes
on:
push:
tags:
- "v*"
permissions:
contents: write
pull-requests: read
jobs:
notes:
runs-on: ubuntu-latest
steps:
- uses: lukekania/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
use_conventional_commits: true