ci: create tag changelog config
This commit is contained in:
parent
8f02121846
commit
bad0ba6cde
15
.github/workflows/tag_changelog_config.js
vendored
Normal file
15
.github/workflows/tag_changelog_config.js
vendored
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
module.exports = {
|
||||||
|
types: [
|
||||||
|
{ types: ["feat", "feature"], label: "🎉 New Features" },
|
||||||
|
{ types: ["fix", "bugfix"], label: "🐛 Bugfixes" },
|
||||||
|
{ types: ["improvements", "enhancement"], label: "🔨 Improvements" },
|
||||||
|
{ types: ["perf"], label: "🏎️ Performance Improvements" },
|
||||||
|
{ types: ["build", "ci"], label: "🏗️ Build System" },
|
||||||
|
{ types: ["refactor"], label: "🪚 Refactors" },
|
||||||
|
{ types: ["doc", "docs"], label: "📚 Documentation Changes" },
|
||||||
|
{ types: ["test", "tests"], label: "🔍 Tests" },
|
||||||
|
{ types: ["style"], label: "💅 Code Style Changes" },
|
||||||
|
{ types: ["chore"], label: "🧹 Chores" },
|
||||||
|
{ types: ["other"], label: "Other Changes" },
|
||||||
|
],
|
||||||
|
};
|
Loading…
Reference in New Issue
Block a user