Skip to content

Commit 39d89ca

Browse files
committed
chore(ide): simplify project jdk name
1 parent 4bfa5a4 commit 39d89ca

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.idea/misc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.releaserc.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
{"type": "chore", "release": "patch"},
1212
{"type": "chore", "scope": "ai", "release": false},
1313
{"type": "chore", "scope": "deps", "release": false},
14+
{"type": "chore", "scope": "ide", "release": false},
1415
{"type": "chore", "scope": "project", "release": false},
1516
{"type": "refactor", "release": "patch"},
1617
{"type": "ci", "release": "patch"},
@@ -33,6 +34,7 @@
3334
{"type": "fix", "section": "🐛 Bug Fixes", "hidden": false},
3435
{"type": "chore", "scope": "ai", "hidden": true},
3536
{"type": "chore", "scope": "deps", "section": "📦‍ Dependencies", "hidden": false},
37+
{"type": "chore", "scope": "ide", "section": "📦‍ Dependencies", "hidden": false},
3638
{"type": "chore", "scope": "project", "section": "📦‍ Dependencies", "hidden": false},
3739
{"type": "chore", "section": "🛠️ Maintenance", "hidden": false},
3840
{"type": "refactor", "section": "🛠️ Maintenance", "hidden": false},

0 commit comments

Comments
 (0)