8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 18:43:02 +01:00
firebird-mirror/.github/workflows/changelog-generator.yml

21 lines
413 B
YAML
Raw Permalink Normal View History

2022-08-28 04:18:25 +02:00
name: ChangeLog generator
on:
workflow_dispatch:
inputs:
version:
description: 'Version'
required: true
jobs:
changelog-generator:
runs-on: ubuntu-latest
steps:
- name: Generate ChangeLog
2023-09-16 02:22:02 +02:00
uses: asfernandes/changelog-generator@v2
2022-08-28 04:18:25 +02:00
with:
fix-version-label: "fix-version: ${{ github.event.inputs.version }}"
token: ${{ secrets.GITHUB_TOKEN }}