Commit 4da9af0e authored by tom's avatar tom

[skip ci] add workflow for release notes

parent 0c778149
changelog:
categories:
- title: 🚀 New Features
labels:
- client feature
- feature
- title: 🐛 Bug Fixes
labels:
- bug
- title: ⚡ Performance Improvements
labels:
- performance
- title: 📦 Dependencies Updates
labels:
- dependencies
- title: 🚨 Changes in ENV variables
labels:
- ENVs
- title: ✨ Other Changes
labels:
- "*"
\ No newline at end of file
...@@ -39,6 +39,7 @@ jobs: ...@@ -39,6 +39,7 @@ jobs:
'enhancement', 'enhancement',
'refactoring', 'refactoring',
'tech', 'tech',
'ENVs',
] ]
const labels = await Promise.all(issues.map(getIssueLabels)); const labels = await Promise.all(issues.map(getIssueLabels));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment