Skip to content

2048 (Privacy Friendly) v1.3.1 #4

2048 (Privacy Friendly) v1.3.1

2048 (Privacy Friendly) v1.3.1 #4

Workflow file for this run

name: Changelog Generation
on:
release:
types: [published, 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
github_token: ${{ secrets.GITHUB_TOKEN }}
commit_summary_template: 'update changelog for %s changes'
args: -l 2
header: |
# Changelog