chore(releaserc): fix typo

This commit is contained in:
AAGaming
2023-11-26 15:01:54 -05:00
committed by GitHub
parent 9925bc8cfb
commit 7d287f10d6

View File

@@ -7,7 +7,7 @@
"preset": "angular",
"releaseRules": [
{"type": "chore", "scope": "classes", "release": "patch"},
{"type": "steamclient", "scope": "docs", "release": "patch"},
{"type": "docs", "scope": "steamclient", "release": "patch"},
{"type": "*", "scope": "docs", "release": false}
]
}