8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-02-02 10:00:38 +01:00

Add ChangeLog generator action.

This commit is contained in:
Adriano dos Santos Fernandes 2022-08-27 23:18:25 -03:00
parent fe73fea7da
commit 530f64b91c

View File

@ -0,0 +1,20 @@
name: ChangeLog generator
on:
workflow_dispatch:
inputs:
version:
description: 'Version'
required: true
jobs:
changelog-generator:
runs-on: ubuntu-latest
steps:
- name: Generate ChangeLog
uses: asfernandes/changelog-generator@v1
with:
fix-version-label: "fix-version: ${{ github.event.inputs.version }}"
token: ${{ secrets.GITHUB_TOKEN }}