releaser-tools icon indicating copy to clipboard operation
releaser-tools copied to clipboard

Create a GitHub/GitLab/etc. release using a project's commit messages and metadata.

Results 79 releaser-tools issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | |---|---| | ini | [`1.3.5` -> `1.3.6`](https://renovatebot.com/diffs/npm/ini/1.3.5/1.3.6) | ### GitHub Vulnerability Alerts #### [CVE-2020-7788](https://togithub.com/npm/ini/commit/56d2805e07ccd94e2ba0984ac9240ff02d44b6f1) ### Overview The...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | |---|---| | https-proxy-agent | [`2.2.1` -> `2.2.3`](https://renovatebot.com/diffs/npm/https-proxy-agent/2.2.1/2.2.3) | ### GitHub Vulnerability Alerts #### [GHSA-pc5p-h8pf-mvwp](https://togithub.com/TooTallNate/node-https-proxy-agent/commit/36d8cf509f877fa44f4404fce57ebaf9410fe51b) Versions of `https-proxy-agent`...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | |---|---| | hosted-git-info | [`2.6.0` -> `2.8.9`](https://renovatebot.com/diffs/npm/hosted-git-info/2.6.0/2.8.9) | ### GitHub Vulnerability Alerts #### [CVE-2021-23362](https://nvd.nist.gov/vuln/detail/CVE-2021-23362) The npm package...

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

[![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...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | |---|---| | ajv | [`5.5.2` -> `6.12.3`](https://renovatebot.com/diffs/npm/ajv/5.5.2/6.12.3) | ### GitHub Vulnerability Alerts #### [CVE-2020-15366](https://nvd.nist.gov/vuln/detail/CVE-2020-15366) An issue was...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | |---|---| | acorn | [`5.7.3` -> `5.7.4`](https://renovatebot.com/diffs/npm/acorn/5.7.3/5.7.4) | ### GitHub Vulnerability Alerts #### [GHSA-6chw-6frg-f759](https://togithub.com/acornjs/acorn/issues/929) Affected versions of...

It seems like this project has fallen by the wayside. I've noticed in some of my projects that there are some security vulnerabilities popping up from the package. Any plans...

I'm using tagPrefix and I'm getting the following error: "Error: No semver tags found" ```javascript conventionalGithubReleaser( { type: "oauth", url: 'https://api.github.com', token: process.env.GITHUB_TOKEN, }, { preset: "angular", tagPrefix: `${app}@`, },...