Skip to content

build(deps-dev): bump typedoc from 0.26.6 to 0.26.7 (#504) #89

build(deps-dev): bump typedoc from 0.26.6 to 0.26.7 (#504)

build(deps-dev): bump typedoc from 0.26.6 to 0.26.7 (#504) #89

Workflow file for this run

name: Bump Version and Create Release
on:
push:
branches:
- main
concurrency:
group: tag-and-release-${{ github.ref }}
cancel-in-progress: true
jobs:
release:
if: "!startsWith(github.event.head_commit.message, 'bump:')"
# Don't run 'bump:'
uses: prosegrinder/.github/.github/workflows/cz-bump-release.yaml@main
secrets:
VERSION_BUMP_TAG_TOKEN: "${{ secrets.VERSION_BUMP_TAG_TOKEN }}"