Skip to content

Commit

Permalink
fix: release .unitypackage
Browse files Browse the repository at this point in the history
  • Loading branch information
paulpach committed Dec 25, 2019
1 parent 315beb9 commit 9fb53ff
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions .releaserc.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
{
"prepare": ["@semantic-release/exec"],
verifyConditions: ["@semantic-release/github"]
prepare: ["@semantic-release/exec"],
publish: [
{
"path": "@semantic-release/github",
"assets": [
{"path": "Mirror.unitypackage", "label": "Mirror.unitypackage"}
]
}
]

"plugins": [
["@semantic-release/commit-analyzer", {
"preset": "angular",
Expand All @@ -9,11 +19,6 @@
]
}],
'@semantic-release/release-notes-generator',
["@semantic-release/github", {
"assets": [
{"path": "Mirror.unitypackage", "label": "Mirror.unitypackage"}
]
}],
["@semantic-release/exec", {
"prepareCmd": "echo ${nextRelease.version} > Assets/Mirror/version.txt",
}],
Expand Down

0 comments on commit 9fb53ff

Please sign in to comment.