Skip to content

Update Changelog

Update Changelog #2

Workflow file for this run

name: Update Changelog
on:
workflow_dispatch:
permissions:
contents: write
jobs:
changelog:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: "Generate Changelog"
uses: sercanuste/gitmoji-changelog-action@v1
with:
add_author: true