Compare commits
11 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
d2bcb57d53
|
|||
|
7bacf6deb6
|
|||
|
9c5e4d0510
|
|||
|
bf687305ef
|
|||
|
474d92e180
|
|||
|
73d406e18d
|
|||
|
6fdfdbee31
|
|||
|
dd97c0d68a
|
|||
|
a0154f345c
|
|||
|
6598e30a42
|
|||
|
b07928c8af
|
@@ -2,11 +2,18 @@
|
||||
"categories": [
|
||||
{
|
||||
"title": "## 🚀 Features",
|
||||
"labels": ["add","Add"]
|
||||
"labels": [
|
||||
"add",
|
||||
"Add",
|
||||
"Kind/Feature"
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "## 🐛 Fixes",
|
||||
"labels": ["fix","Fix"]
|
||||
"labels": [
|
||||
"fix",
|
||||
"Fix"
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "## 🧪 Upgrade",
|
||||
|
||||
@@ -1,10 +1,6 @@
|
||||
on:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
release_notes:
|
||||
description: Release notes (use \n for newlines)
|
||||
type: string
|
||||
required: false
|
||||
github_release:
|
||||
description: 'Create Gitea Release'
|
||||
default: true
|
||||
@@ -28,6 +24,9 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0 # Fetch full history
|
||||
fetch-tags: true # Fetch all tags (refs/tags)
|
||||
|
||||
- name: Install uv
|
||||
uses: astral-sh/setup-uv@v5
|
||||
@@ -65,7 +64,7 @@ jobs:
|
||||
id: build_changelog
|
||||
uses: https://github.com/mikepenz/release-changelog-builder-action@v5
|
||||
with:
|
||||
mode: "COMMIT"
|
||||
|
||||
platform: "gitea"
|
||||
baseURL: "http://gitea:3000"
|
||||
configuration: ".gitea/changelog-config.json"
|
||||
|
||||
Reference in New Issue
Block a user