Skip to content

Commit

Permalink
Merge pull request #54 from rubencabrera/fix-releaserc
Browse files Browse the repository at this point in the history
fix: release syntax
  • Loading branch information
rubencabrera authored Apr 13, 2023
2 parents b79c7c7 + 96573fc commit 96962d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"master"
],
"debug": true,
"fail": { "@semantic-release/github" },
"fail": ["@semantic-release/github"],
"plugins": [
[
"@semantic-release/commit-analyzer",
Expand All @@ -20,8 +20,8 @@
],
"@semantic-release/github"
],
"publish": { "@semantic-release/github" },
"publish": [ "@semantic-release/github" ],
"repositoryUrl": "https://github.com/rubencabrera/odoo-addons.git",
"tagFormat": "${version}",
"verifyConditions": { "@semantic-release/github" }
"verifyConditions": [ "@semantic-release/github" ]
}

0 comments on commit 96962d5

Please sign in to comment.