File tree 1 file changed +9
-16
lines changed
1 file changed +9
-16
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- verifyConditions : ["@semantic-release/github"],
3
- prepare : [
4
- {
5
- " path " : " @semantic-release/exec" ,
6
- " prepareCmd " : " echo ${nextRelease.version} > Assets/Mirror/version.txt"
7
- }
8
- ],
9
- publish : [
10
- {
11
- " path " : " @semantic-release/github" ,
12
- " assets " : [
13
- {"path": "Mirror.unitypackage", "label": "Mirror Unity Package", "name": "Mirror-${nextRelease.version}.unitypackage"}
14
- ]
15
- }
16
- ],
17
2
" plugins " : [
18
3
["@semantic-release/commit-analyzer", {
19
4
" preset " : " angular" ,
23
8
]
24
9
}],
25
10
' @semantic-release/release-notes-generator' ,
11
+ ["@semantic-release/github", {
12
+ " assets " : [
13
+ {"path": "Mirror.unitypackage", "label": "Mirror.unitypackage"}
14
+ ]
15
+ }],
16
+ ["@semantic-release/exec", {
17
+ " prepareCmd " : " echo ${nextRelease.version} > Assets/Mirror/version.txt" ,
18
+ }],
26
19
]
27
- }
20
+ }
You can’t perform that action at this time.
0 commit comments