Skip to content

Commit

Permalink
💚 重新配置Configure
Browse files Browse the repository at this point in the history
  • Loading branch information
AnkioTomas committed Nov 10, 2023
1 parent 79d3c50 commit 6a8ac76
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .idea/deployment.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

85 changes: 67 additions & 18 deletions configuration.json
Original file line number Diff line number Diff line change
@@ -1,46 +1,95 @@
{
"categories": [
"categories":[
{
"title": "## 🚀 Features",
"labels": ["feat","feats"]
"title": "## 🐛 Bug Fixes",
"labels": [":bug:", ":ambulance:", ":lock:", ":adhesive_bandage:"]
},
{
"title": "## \uD83C\uDF1F Optimizes",
"labels": ["pref"]
"title": "## ✨ New Features",
"labels": [":sparkles:", ":tada:", ":children_crossing:", ":iphone:"]
},
{
"title": "## 🐛 Fixes",
"labels": ["bug","fix"]
"title": "## ⚡️ Performance Improvements",
"labels": [":zap:"]
},
{
"title": "## 🧪 Tests",
"labels": ["🧪","test","tests"]
"title": "## 📝 Documentation",
"labels": [":memo:", ":bulb:"]
},
{
"title": "## 💬 Other",
"labels": ["💬", "🚨","other"]
"title": "## 🧹 Code Cleanup",
"labels": [":fire:", ":recycle:", ":wastebasket:", ":poop:"]
},
{
"title": "## \uD83D\uDCD6 Docs",
"labels": ["doc","docs"]
"title": "## 🚀 Deployment",
"labels": [":rocket:"]
},
{
"title": "## 📦 Dependencies",
"labels": ["dependencies","deps"]
"title": "## 🔧 Configuration",
"labels": [":wrench:"]
},
{
"title": "## 📦 Dependency Updates",
"labels": [":arrow_down:", ":arrow_up:", ":pushpin:", ":heavy_plus_sign:", ":heavy_minus_sign:"]
},
{
"title": "## 🔀 Merging",
"labels": [":twisted_rightwards_arrows:"]
},
{
"title": "## 🌐 Internationalization",
"labels": [":globe_with_meridians:"]
},
{
"title": "## 🚧 WIP",
"labels": [":construction:"]
},
{
"title": "## 📈 Analytics and Tracking",
"labels": [":chart_with_upwards_trend:", ":loud_sound:", ":mute:"]
},
{
"title": "## 💄 UI/UX",
"labels": [":lipstick:"]
},
{
"title": "## ♻️ Refactoring",
"labels": [":recycle:", ":hammer:"]
},
{
"title": "## ✅ Testing",
"labels": [":white_check_mark:", ":test_tube:"]
},
{
"title": "## 🏗️ Architectural Changes",
"labels": [":building_construction:", ":bricks:"]
},
{
"title": "## 🗃️ Database",
"labels": [":card_file_box:"]
},
{
"title": "## 🚸 UX/UI Improvements",
"labels": [":art:", ":iphone:"]
},
{
"title": "## 📱 Responsive Design",
"labels": [":iphone:"]
}
],
]
,
"template": "${{CHANGELOG}}",
"pr_template": "- **${{TITLE}}**",
"label_extractor": [
{
"pattern": "(\\w+):(.+)",
"pattern": "(.+) (.+)",
"target": "$1",
"on_property": "title"
}
],
"transformers": [
{
"pattern": "(\\w+):(.+)",
"pattern": "(.+) (.+)",
"target": "$2"
}
],
Expand Down

0 comments on commit 6a8ac76

Please sign in to comment.