Phil Stephenson

Results 2 comments of Phil Stephenson

This is the best reference for PowerShell error handling I've come across on the web. Would love to see more formal documentation with this type of info! Thanks!

Related to this issue: The [examples ](https://github.com/semantic-release/npm#examples) suggest that you can skip publishing to NPM by using the config: ```json ["@semantic-release/npm", { "npmPublish": false }], ``` but even with this...