7ad0dd8ca2
Initial clean repository with full NFOGuard codebase: - Docker-based media file processing - Webhook integration for Radarr/Sonarr - NFO file management and organization - Emby/Jellyfin plugin integration - TMDB API integration for metadata - Smart episode and movie renaming - Comprehensive dual-repository development workflow Author: SBCrumb
15 lines
662 B
JSON
15 lines
662 B
JSON
{
|
|
"template": "# Changelog for {{currentTag}}\n\n{{#conventionalCommits}}\n- {{#scope}}**{{scope}}:** {{/scope}}{{subject}}\n{{/conventionalCommits}}\n",
|
|
"categories": [
|
|
{ "title": "### 🚀 Features", "labels": ["feat", "feature"], "collapseAfter": 0 },
|
|
{ "title": "### 🐛 Fixes", "labels": ["fix", "bug"], "collapseAfter": 0 },
|
|
{ "title": "### 🧹 Chore", "labels": ["chore"], "collapseAfter": 0 },
|
|
{ "title": "### 📝 Docs", "labels": ["docs"], "collapseAfter": 0 },
|
|
{ "title": "### 🔧 Refactor", "labels": ["refactor"], "collapseAfter": 0 }
|
|
],
|
|
"replacers": [],
|
|
"sort": {
|
|
"order": "ASC",
|
|
"onProperty": "scope"
|
|
}
|
|
} |