Skip to content

(not reusable) Commit CHANGELOG.md, create a Release of this repo #16

(not reusable) Commit CHANGELOG.md, create a Release of this repo

(not reusable) Commit CHANGELOG.md, create a Release of this repo #16

Workflow file for this run

name: (not reusable) Commit CHANGELOG.md, create a Release of this repo
on:
workflow_dispatch:
inputs:
version-tag:
description: Version tag
required: true
default: v0.1.0
dry-run:
description: Dry run
type: boolean
default: false
jobs:
commit-changelog-and-release:
uses: ./.github/workflows/commit-changelog-and-release.yml
with:
version-tag: ${{ github.event.inputs.version-tag }}
dry-run: ${{ github.event.inputs.dry-run == 'true' }}
changelog-path: docs/CHANGELOG.md
exclude-types: build,docs,style,other