From e6b817b112d17d0b3b8e214782812dd7795b5e0a Mon Sep 17 00:00:00 2001 From: rizary Date: Sun, 22 Jun 2025 00:55:01 +0700 Subject: [PATCH] chore: add changelogen configuration and scripts --- .changelogrc | 20 ++++++++++++++++++++ CHANGELOG.md | 18 ++++++++++++++++++ 2 files changed, 38 insertions(+) create mode 100644 .changelogrc create mode 100644 CHANGELOG.md diff --git a/.changelogrc b/.changelogrc new file mode 100644 index 0000000..bcdef3c --- /dev/null +++ b/.changelogrc @@ -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 + } +} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..b85a569 --- /dev/null +++ b/CHANGELOG.md @@ -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 +