Skip to content

chore(changelog): udpate changelog and add corresponding makefile command #1

chore(changelog): udpate changelog and add corresponding makefile command

chore(changelog): udpate changelog and add corresponding makefile command #1

Workflow file for this run

name: changelog
on:
push:
branches:
- main
pull_request:
jobs:
udpate-changelog:
name: Update Changelog
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Generate a changelog
uses: orhun/git-cliff-action@v3
with:
config: cliff.toml
args: --verbose
env:
OUTPUT: CHANGELOG.md
GITHUB_REPO: ${{ github.repository }}