Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
d2bcb57d53
|
|||
|
7bacf6deb6
|
|||
|
9c5e4d0510
|
|||
|
bf687305ef
|
|||
|
474d92e180
|
|||
|
73d406e18d
|
|||
|
6fdfdbee31
|
|||
|
dd97c0d68a
|
@@ -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",
|
||||
|
||||
@@ -24,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
|
||||
|
||||
Reference in New Issue
Block a user