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:
parent
fe73fea7da
commit
530f64b91c
20
.github/workflows/changelog-generator.yml
vendored
Normal file
20
.github/workflows/changelog-generator.yml
vendored
Normal 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 }}
|
Loading…
Reference in New Issue
Block a user