github icon indicating copy to clipboard operation
github copied to clipboard

:octocat: semantic-release plugin to publish a GitHub release and comment on released Pull Requests/Issues

Results 134 github 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 | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [p-filter](https://togithub.com/sindresorhus/p-filter) | [`^2.0.0` -> `^3.0.0`](https://renovatebot.com/diffs/npm/p-filter/2.1.0/3.0.0) | [![age](https://badges.renovateapi.com/packages/npm/p-filter/3.0.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 | |---|---|---|---|---|---| | [p-retry](https://togithub.com/sindresorhus/p-retry) | [`^4.0.0` -> `^5.0.0`](https://renovatebot.com/diffs/npm/p-retry/4.6.2/5.1.1) | [![age](https://badges.renovateapi.com/packages/npm/p-retry/5.1.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 | 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 | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [xo](https://togithub.com/xojs/xo) | [`0.36.1` -> `0.39.1`](https://renovatebot.com/diffs/npm/xo/0.36.1/0.39.1) | [![age](https://badges.renovateapi.com/packages/npm/xo/0.39.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...

released on @beta

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

Currently the `successComment` and `releasedLabels` behaviour are not decoupled. My team is currently using this and wish to label each released issue with latest release version, so that we could...

Hello, In most of my repository, I have dependabot enabled (with auto-merge after test passes), a lot of the lib get updated quite a lot and I end up with...

My project's build outputs assets to a `dist` directory. This is what I publish to NPM and it's what I'd like to publish to github. Here's my config: ``` module.exports...

Github's create release API supports use of their release notes generator by passing `generate_release_notes` boolean value. - https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes - https://docs.github.com/en/rest/releases/releases#create-a-release A separate API to generate notes is also available: https://docs.github.com/en/rest/releases/releases#generate-release-notes-content-for-a-release