Hello, can not understand that is wrong.
Have configuration in package.json
"branches": [
{ "name": "releases-v2" },
{ "name": "master", "prerelease":"alpha", "channel": "alpha" }
],
when i run in local terminal, output says that is branches different
This test run was triggered on the branch heads/releases-v2, while semantic-release is configured to only publish from releases-v2, master, therefore a new version won’t be published.
Why this is happen and that i should do to solve it?