Ziya/.changelogrc

20 lines
No EOL
838 B
Text

{
"types": {
"feat": { "title": "🚀 Enhancements", "semver": "minor" },
"fix": { "title": "🐛 Bug Fixes", "semver": "patch" },
"docs": { "title": "📖 Documentation", "semver": "patch" },
"style": { "title": "💄 Styles", "semver": "patch" },
"refactor": { "title": "♻️ Refactors", "semver": "patch" },
"perf": { "title": "⚡ Performance", "semver": "patch" },
"test": { "title": "✅ Tests", "semver": "patch" },
"build": { "title": "🏗️ Build System", "semver": "patch" },
"ci": { "title": "🤖 CI/CD", "semver": "patch" },
"chore": { "title": "🧹 Chores", "semver": "patch" },
"revert": { "title": "⏪ Reverts", "semver": "patch" }
},
"excludeAuthors": ["dependabot[bot]", "renovate[bot]"],
"github": {
"repo": "rizilab/bismillahdao",
"token": false
}
}