git
git copied to clipboard
:twisted_rightwards_arrows: semantic-release plugin to commit release assets to the project's git repository
Hi! I'd like to understand the motivation for [adding files that are ignored to the next commit](https://github.com/semantic-release/git/blob/35d7def2c1e16672247923a49ad846f521e5cd6f/lib/git.js#L19). For example, my project build outputs code into a `dist` folder. This should...
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [p-reduce](https://redirect.github.com/sindresorhus/p-reduce) | [`^2.0.0` -> `^3.0.0`](https://renovatebot.com/diffs/npm/p-reduce/2.1.0/3.0.0) |  |  | --- ### Release...
[](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) | [](https://docs.renovatebot.com/merge-confidence/)...
[](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) | [](https://docs.renovatebot.com/merge-confidence/)...
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [file-url](https://redirect.github.com/sindresorhus/file-url) | [`3.0.0` -> `4.0.0`](https://renovatebot.com/diffs/npm/file-url/3.0.0/4.0.0) |  |  | --- ### Release...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [ava](https://avajs.dev) ([source](https://togithub.com/avajs/ava)) | [`3.15.0` -> `4.3.3`](https://renovatebot.com/diffs/npm/ava/3.15.0/4.3.3) |...
[](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...
[](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...
This PR add the ability to plugin's user to specify the way he wants to pass the "skip ci" information. By default, the `[skip ci]` keyword is passed to the...
It is probably a good idea to replace the [Travis CI](https://github.com/semantic-release/git#add-the-gpg-keys-to-travis-ci) case with GitHub Actions - [example](https://gist.github.com/vansergen/88eb7e71fea2e3bdaf6aa3e752371eb7) ## Related - #215 - #216