Skip to content

chore(deps-dev): bump git-cliff from 1.4.0 to 2.3.0 #444

chore(deps-dev): bump git-cliff from 1.4.0 to 2.3.0

chore(deps-dev): bump git-cliff from 1.4.0 to 2.3.0 #444

Workflow file for this run

name: Integrate
on:
push:
branches: ["main"]
pull_request:
workflow_dispatch:
jobs:
quality:
name: Quality
uses: ./.github/workflows/_quality.yaml
build:
name: Build
uses: ./.github/workflows/_build.yaml
package:
name: Package
needs: [build]
uses: ./.github/workflows/_package.yaml