Skip to content

Notes (Privacy Friendly) v2.0.0 #12

Notes (Privacy Friendly) v2.0.0

Notes (Privacy Friendly) v2.0.0 #12

Workflow file for this run

name: Changelog Generation
on:
release:
types: [released]
workflow_dispatch:
jobs:
changelog:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: 'recursive'
ref: master
- uses: rhysd/changelog-from-release/action@v3
with:
file: CHANGELOG.md
pull_request: true
github_token: ${{ secrets.GITHUB_TOKEN }}
commit_summary_template: 'update changelog for %s changes'
args: -l 2
header: |
# Changelog