forked from Unity-Technologies/com.unity.netcode.gameobjects
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.releaserc
More file actions
16 lines (16 loc) · 665 Bytes
/
Copy path.releaserc
File metadata and controls
16 lines (16 loc) · 665 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"plugins": [
["@semantic-release/commit-analyzer", {
"releaseRules": [
{"type": "docs", "scope": "xml", "release": "patch"}
]
}],
"@semantic-release/release-notes-generator",
["@semantic-release/github", {
"assets": [
{"path": "*.unitypackage"}
],
"successComment": "**This ${issue.pull_request ? 'pull request is included' : 'issue is resolved'} in version ${nextRelease.version}**\n\nThe release is available to download on [GitHub release](https://github.com/MidLevel/MLAPI/releases) or in the MLAPI Installer."
}]
]
}