File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
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- ],
172 " plugins " : [
183 ["@semantic-release/commit-analyzer", {
194 " preset " : " angular" ,
238 ]
249 }],
2510 ' @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+ }],
2619 ]
27- }
20+ }
You can’t perform that action at this time.
0 commit comments