Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

semantic-release workflow doesn't stop if a plugin failed #2442

Open
its-dibo opened this issue May 26, 2022 · 0 comments
Open

semantic-release workflow doesn't stop if a plugin failed #2442

its-dibo opened this issue May 26, 2022 · 0 comments

Comments

@its-dibo
Copy link

when one plugin failed, semantic-release should stop.
for example when I run these plugins in order

{
 plugins:[ 
   "@semantic-release/changelog",
   "@semantic-release/npm",
   "@semantic-release/git"
]
}

and "@semantic-release/npm" failed for some reason, I see that the next plugin i.e: @semantic-release/git runs and commits the modified changelog.md.

how to instruct semantic-release to stop or continue after a falure in one plugin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant