mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-17 18:40:33 +00:00
9895647296
No code changes, the fix was in the unity packager, this commit is simply to trigger version bump and release
18 lines
446 B
YAML
18 lines
446 B
YAML
{
|
|
"plugins": [
|
|
["@semantic-release/commit-analyzer", {
|
|
"preset": "angular",
|
|
"releaseRules": [
|
|
{"type": "breaking", "release": "major"},
|
|
{"type": "feature", "release": "minor"},
|
|
]
|
|
}],
|
|
'@semantic-release/release-notes-generator',
|
|
["@semantic-release/github", {
|
|
"assets": [
|
|
{"path": "Mirror.unitypackage", "label": "Mirror.unitypackage"}
|
|
]
|
|
}],
|
|
]
|
|
}
|