exec icon indicating copy to clipboard operation
exec copied to clipboard

:shell: semantic-release plugin to execute custom shell commands

Results 40 exec issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Rate-Limited These updates are currently rate-limited. Click on a checkbox below to force...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [parse-json](https://togithub.com/sindresorhus/parse-json) | [`^5.0.0` -> `^6.0.0`](https://renovatebot.com/diffs/npm/parse-json/5.2.0/6.0.2) | [![age](https://badges.renovateapi.com/packages/npm/parse-json/6.0.2/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [execa](https://togithub.com/sindresorhus/execa) | [`^5.0.0` -> `^6.0.0`](https://renovatebot.com/diffs/npm/execa/5.1.1/6.1.0) | [![age](https://badges.renovateapi.com/packages/npm/execa/6.1.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [aggregate-error](https://togithub.com/sindresorhus/aggregate-error) | [`^3.0.0` -> `^4.0.0`](https://renovatebot.com/diffs/npm/aggregate-error/3.1.0/4.0.1) | [![age](https://badges.renovateapi.com/packages/npm/aggregate-error/4.0.1/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | |---|---| | got | [`9.6.0` -> `11.8.5`](https://renovatebot.com/diffs/npm/got/9.6.0/11.8.5) | ### GitHub Vulnerability Alerts #### [CVE-2022-33987](https://nvd.nist.gov/vuln/detail/CVE-2022-33987) The got package...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | |---|---| | glob-parent | [`3.1.0` -> `5.1.2`](https://renovatebot.com/diffs/npm/glob-parent/3.1.0/5.1.2) | ### GitHub Vulnerability Alerts #### [CVE-2020-28469](https://nvd.nist.gov/vuln/detail/CVE-2020-28469) This affects the...

My application has a Helm chart that is used to deploy my app to Kubernetes whenever I do a release. It is located in a subdirectory called `deploy` in my...

Lost a couple of hours on this... Had the configuration in .releaserc.json and the plugin was not loaded. As soon as I moved the config to package.json it worked this...

I have like 5 different @semantic-release/exec plugins and I was wondering if it's possible to rename the plugin for logging purposes?

I'm experiencing an issue where basic commands are not found when executing from within my shell script. Rsync and ZIP namely ``` #!/bin/sh if [ $# -eq 0 ] then...