60f7063175
Complete media management solution with PostgreSQL, web interface, and 88% scan optimization for efficient library management. Key Features: - PostgreSQL database with production-grade performance - Web interface for episode and movie management - Smart scan optimization reducing scan time by 88% - Database cleanup tools for orphaned episodes/movies - Graceful Docker shutdown for container orchestration - Comprehensive configuration validation - Real-time health monitoring and metrics
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"
|
|
}
|
|
} |