mirror of
https://github.com/zhom/donutbrowser.git
synced 2026-09-05 01:16:44 +02:00
build: add changelog generation on release
This commit is contained in:
@@ -0,0 +1,25 @@
|
|||||||
|
name: Generate changelog
|
||||||
|
on:
|
||||||
|
release:
|
||||||
|
types: [created, edited]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
changelog:
|
||||||
|
name: Generate changelog
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
|
|
||||||
|
- name: Generate a changelog
|
||||||
|
uses: orhun/git-cliff-action@v4
|
||||||
|
id: git-cliff
|
||||||
|
with:
|
||||||
|
args: --verbose
|
||||||
|
env:
|
||||||
|
OUTPUT: CHANGELOG.md
|
||||||
|
|
||||||
|
- name: Print the changelog
|
||||||
|
run: cat "${{ steps.git-cliff.outputs.changelog }}"
|
||||||
Vendored
+1
@@ -44,6 +44,7 @@
|
|||||||
"nodecar",
|
"nodecar",
|
||||||
"ntlm",
|
"ntlm",
|
||||||
"objc",
|
"objc",
|
||||||
|
"orhun",
|
||||||
"osascript",
|
"osascript",
|
||||||
"pixbuf",
|
"pixbuf",
|
||||||
"plasmohq",
|
"plasmohq",
|
||||||
|
|||||||
Reference in New Issue
Block a user