Skip to content

Commit

Permalink
fix: json-schema-tools/semantic-release-transpiler changed outpath
Browse files Browse the repository at this point in the history
  • Loading branch information
BelfordZ committed Feb 1, 2023
1 parent 3547a4e commit 45ccbd8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .releaserc
Expand Up @@ -4,7 +4,7 @@
"plugins": [
"@semantic-release/commit-analyzer",
["@json-schema-tools/semantic-release-transpiler", {
"outpath": "./",
"outpath": ".",
"schemaLocation": "./schema.json",
"languages": { "ts": true, "go": true, "py": true, "rs": true }
}],
Expand All @@ -19,7 +19,7 @@
],
"verifyConditions": [
["@json-schema-tools/semantic-release-transpiler", {
"outpath": "./",
"outpath": ".",
"schemaLocation": "./schema.json",
"languages": { "ts": true, "go": true, "py": true, "rs": true }
}],
Expand All @@ -33,7 +33,7 @@
],
"prepare": [
["@json-schema-tools/semantic-release-transpiler", {
"outpath": "./",
"outpath": ".",
"schemaLocation": "./schema.json",
"languages": { "ts": true, "go": true, "py": true, "rs": true }
}],
Expand Down

0 comments on commit 45ccbd8

Please sign in to comment.