Skip to content

Bump version

Bump version #14

Workflow file for this run

name: Bump version
on:
# push:
# branches: [ main ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
token: "${{ secrets.GITHUB_TOKEN }}"
fetch-depth: 0
- name: Create bump and changelog
uses: commitizen-tools/commitizen-action@master
with:
push: true
github_token: ${{ secrets.GITHUB_TOKEN }}