FYI semantic relea…
- FYI - semantic-release released it’s multi-branch support a few days back. So semantic-release-plus is now also updated its latest release to include multi-branch support. https://www.npmjs.com/package/semantic-release-plus which allows filtering by affected to only pull the commits of affected apps is now updated on latest.
npm: semantic-release-plus
Responses:
awesome, will try it out some point this week!
I think I found a bug in the upstream, When you pass --branches
via the cli ie: semantic-release --branches=test-release-setup --debug --dry-run
it doesn’t pick up the branch name. The CLI testing looks to only test passing --branches=master
and since master is the default that will pass. seems like it might be a flawed test.
Disregard weird package dep or remote repo issue with my repo. Not a bug.