chore: add changelogen configuration and scripts

This commit is contained in:
rizary 2025-06-22 00:55:01 +07:00
parent 6efcf43691
commit e6b817b112
Signed by untrusted user who does not match committer: rizary
GPG key ID: 2CE8D69D02F1CEB5
2 changed files with 38 additions and 0 deletions

20
.changelogrc Normal file
View file

@ -0,0 +1,20 @@
{
"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
}
}

18
CHANGELOG.md Normal file
View file

@ -0,0 +1,18 @@
# Changelog
## ...fix/electron-vue-ui-state
### 🚀 Enhancements
- ⚠️ Complete ESLint configuration overhaul and theme system improvements (6efcf43)
#### ⚠️ Breaking Changes
- ⚠️ Complete ESLint configuration overhaul and theme system improvements (6efcf43)
### ❤️ Contributors
- Rizary <rizary@rizilab.com>