Skip to content

[ignore] Testing git-cliff in GitHub actions #1

[ignore] Testing git-cliff in GitHub actions

[ignore] Testing git-cliff in GitHub actions #1

Workflow file for this run

name: release_pr
on:
push:
branches:
- release-pr-test
jobs:
git-cliff:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Unshallow
run: git fetch --prune --unshallow
- uses: actions/setup-python@v5
with:
python-version: '3.10'
cache: 'pip' # caching pip dependencies
- run: pip install git-cliff
- name: Generate changelog
run: git cliff