chore(releaserc): add docs(steamclient) release patch target

This commit is contained in:
AAGaming
2023-11-26 15:01:33 -05:00
committed by GitHub
parent 179a93d5e1
commit 9925bc8cfb

View File

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