fix(ci): release action

This commit is contained in:
auth
2024-03-27 13:13:08 +01:00
parent 44eccb66d1
commit 023f35714e
3 changed files with 187 additions and 33 deletions

View File

@@ -1,6 +1,6 @@
name: "Bug report"
description: "Report an issue to help the project improve."
title: "TITLE"
title: "..."
labels:
- "bug"
body:

View File

@@ -1,6 +1,6 @@
name: "Feature suggestion"
description: Suggest a new feature to help the project improve.
title: "feat: TITLE"
title: "..."
labels: [
"enhancement"
]