Skip to content

ci: finishing releases #3

ci: finishing releases

ci: finishing releases #3

Workflow file for this run

name: Generate Changelog
on:
push:
branches:
- main
jobs:
generate-changelog:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Generate Changelog
uses: TriPSs/conventional-changelog-action@v5
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
output-file: CHANGELOG.md
git-push: true
create-release: true