Skip to content

Commit 0308bf9

Browse files
liya2017liya2017
liya2017
authored and
liya2017
committed
ci: update prefix image
1 parent e380e04 commit 0308bf9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/release-drafter.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ template: |
99
categories:
1010
- title: '🚀 Features'
1111
label: 'feature'
12-
- title: '🚀 Enhancement'
12+
- title: '🔥 Enhancement'
1313
label: 'enhancement'
1414
- title: '🐛 Bug Fixes'
1515
label: 'bugfix'

.github/workflows/generate_changlog_file.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
token: ${{ secrets.GITHUB_TOKEN }}
1818
headerLabel: "# 📑 Changelog"
19-
addSections: '{"documentation":{"prefix":"### 📖 Documentation","labels":["document"]},"Features":{"prefix":"### 🚀 Features","labels":["feature"]},"Enhancement":{"prefix":"### 🚀 Enhancement","labels":["enhancement"]},"bugfix":{"prefix":"🐛 Bug Fixes","labels":["bugfix"]},"refactor":{"prefix":"### 🐝 refactor","labels":["refactor"]},"chore":{"prefix":"### 🧰 Chore","labels":["chore"]},"Otherchanges":{"prefix":"✨ Other changes","labels":[""]},"dependencies":{"prefix":"⬆️ Dependency Updates","labels":["dependencies"]},"style":{"prefix":"🌈 Style","labels":["style"]}}'
19+
addSections: '{"documentation":{"prefix":"### 📖 Documentation","labels":["document"]},"Features":{"prefix":"### 🚀 Features","labels":["feature"]},"Enhancement":{"prefix":"### 🔥 Enhancement","labels":["enhancement"]},"bugfix":{"prefix":"🐛 Bug Fixes","labels":["bugfix"]},"refactor":{"prefix":"### 🐝 refactor","labels":["refactor"]},"chore":{"prefix":"### 🧰 Chore","labels":["chore"]},"Otherchanges":{"prefix":"✨ Other changes","labels":[""]},"dependencies":{"prefix":"⬆️ Dependency Updates","labels":["dependencies"]},"style":{"prefix":"🌈 Style","labels":["style"]}}'
2020
author: true
2121
compareLink: true
2222
stripGeneratorNotice: true
@@ -34,7 +34,7 @@ jobs:
3434
with:
3535
token: ${{ secrets.TOKEN }}
3636
signoff: false
37-
commit-message: "docs: automated update CHANGELOG.mds"
37+
commit-message: "docs: automated update CHANGELOG.md"
3838
branch: bot-${{ github.repository }}
3939
title: "docs: automated update CHANGELOG.md"
4040
body: "automated pr to change log"

0 commit comments

Comments
 (0)