Skip to content

Commit 997a194

Browse files
Upgrade: [dependabot] - bump @semantic-release/github from 12.0.3 to 12.0.5 (#64)
Bumps [@semantic-release/github](https://github.com/semantic-release/github) from 12.0.3 to 12.0.5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/semantic-release/github/releases"><code>@​semantic-release/github</code>'s releases</a>.</em></p> <blockquote> <h2>v12.0.5</h2> <h2><a href="https://github.com/semantic-release/github/compare/v12.0.4...v12.0.5">12.0.5</a> (2026-02-07)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>latest:</strong> add <code>make_latest</code> property to the GH release POST request during publish (<a href="https://redirect.github.com/semantic-release/github/issues/1157">#1157</a>) (<a href="https://github.com/semantic-release/github/commit/38051ba69f4b71cacc93fc80222609fe763bd30d">38051ba</a>)</li> </ul> <h2>v12.0.4</h2> <h2><a href="https://github.com/semantic-release/github/compare/v12.0.3...v12.0.4">12.0.4</a> (2026-02-06)</h2> <h3>Bug Fixes</h3> <ul> <li>remove <code>failTitle</code> arg in <code>findSRIssues</code> call (<a href="https://redirect.github.com/semantic-release/github/issues/1164">#1164</a>) (<a href="https://github.com/semantic-release/github/commit/f7bdd886bff2fbbf129383840ca7548b80818808">f7bdd88</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/semantic-release/github/commit/38051ba69f4b71cacc93fc80222609fe763bd30d"><code>38051ba</code></a> fix(latest): add <code>make_latest</code> property to the GH release POST request during...</li> <li><a href="https://github.com/semantic-release/github/commit/be62f5e6a452aa9abc7d2037478f7f79d2152f93"><code>be62f5e</code></a> chore(deps): update dependency cpy to v13 (<a href="https://redirect.github.com/semantic-release/github/issues/1161">#1161</a>)</li> <li><a href="https://github.com/semantic-release/github/commit/f7bdd886bff2fbbf129383840ca7548b80818808"><code>f7bdd88</code></a> fix: remove <code>failTitle</code> arg in <code>findSRIssues</code> call (<a href="https://redirect.github.com/semantic-release/github/issues/1164">#1164</a>)</li> <li><a href="https://github.com/semantic-release/github/commit/fce48355ae165c955c66ecce82d822518949fd21"><code>fce4835</code></a> chore(deps): update dependency tempy to v3.2.0 (<a href="https://redirect.github.com/semantic-release/github/issues/1162">#1162</a>)</li> <li><a href="https://github.com/semantic-release/github/commit/e044f74a99ddd248faf40b633d300b7e17d8ecbd"><code>e044f74</code></a> chore(deps): update dependency semantic-release to v25.0.3 (<a href="https://redirect.github.com/semantic-release/github/issues/1159">#1159</a>)</li> <li><a href="https://github.com/semantic-release/github/commit/e9ace6f70c236016c92008c32b269b61657399da"><code>e9ace6f</code></a> chore(deps): lock file maintenance (<a href="https://redirect.github.com/semantic-release/github/issues/1158">#1158</a>)</li> <li>See full diff in <a href="https://github.com/semantic-release/github/compare/v12.0.3...v12.0.5">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@semantic-release/github&package-manager=npm_and_yarn&previous-version=12.0.3&new-version=12.0.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ae3d6b3 commit 997a194

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"devDependencies": {
1616
"@semantic-release/changelog": "^6.0.3",
1717
"@semantic-release/commit-analyzer": "^13.0.1",
18-
"@semantic-release/github": "^12.0.3",
18+
"@semantic-release/github": "^12.0.5",
1919
"@semantic-release/release-notes-generator": "^14.1.0",
2020
"conventional-changelog-eslint": "^6.0.0",
2121
"license-checker": "^25.0.1",

0 commit comments

Comments
 (0)