Skip to content

Commit

Permalink
ci: release only from rc branch
Browse files Browse the repository at this point in the history
  • Loading branch information
erichulburd committed Feb 14, 2022
1 parent 9f2f10a commit 8a26d46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"semantic-release": "^17.1.1"
},
"release": {
"branches": ["main", {"name": "rc/update_qiskit_and_coupling_map_init", "prerelease": "rc"}],
"branches": ["main", {"name": "rc", "prerelease": true}],
"plugins": [
["@semantic-release/commit-analyzer", {
"preset": "eslint",
Expand Down

0 comments on commit 8a26d46

Please sign in to comment.