Skip to content

Commit b69a65e

Browse files
Bump rubygems/release-gem from 1.1.2 to 1.1.4 (#1650)
Bumps [rubygems/release-gem](https://github.com/rubygems/release-gem) from 1.1.2 to 1.1.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rubygems/release-gem/releases">rubygems/release-gem's releases</a>.</em></p> <blockquote> <h2>v1.1.4</h2> <h2>What's Changed</h2> <ul> <li>use <code>--force</code> flag with <code>git fetch --tags</code> to avoid tag clobber error by <a href="https://github.com/hsbt"><code>@​hsbt</code></a> in <a href="https://redirect.github.com/rubygems/release-gem/pull/27">rubygems/release-gem#27</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/hsbt"><code>@​hsbt</code></a> made their first contribution in <a href="https://redirect.github.com/rubygems/release-gem/pull/27">rubygems/release-gem#27</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/rubygems/release-gem/compare/v1.1.3...v1.1.4">https://github.com/rubygems/release-gem/compare/v1.1.3...v1.1.4</a></p> <h2>v1.1.3</h2> <h2>What's Changed</h2> <ul> <li>Bump sigstore-cli to 0.2.3</li> <li>Fetch git tags before running gem release by <a href="https://github.com/ytkg"><code>@​ytkg</code></a> in <a href="https://redirect.github.com/rubygems/release-gem/pull/17">rubygems/release-gem#17</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/ytkg"><code>@​ytkg</code></a> made their first contribution in <a href="https://redirect.github.com/rubygems/release-gem/pull/17">rubygems/release-gem#17</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/rubygems/release-gem/compare/v1.1.2...v1.1.3">https://github.com/rubygems/release-gem/compare/v1.1.2...v1.1.3</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rubygems/release-gem/commit/e9a6361a0b14562539327c2a02373edc56dd3169"><code>e9a6361</code></a> fix: use --force flag with git fetch --tags to avoid tag clobber error (<a href="https://redirect.github.com/rubygems/release-gem/issues/27">#27</a>)</li> <li><a href="https://github.com/rubygems/release-gem/commit/2cceab0dd1a397feff1a99eab718d5e7bb9c59ce"><code>2cceab0</code></a> Bump sigstore-cli to 0.2.3</li> <li><a href="https://github.com/rubygems/release-gem/commit/94250bf390ca6819245263b4b3660e80b40f4910"><code>94250bf</code></a> update: fetch git tags before running gem release (<a href="https://redirect.github.com/rubygems/release-gem/issues/17">#17</a>)</li> <li>See full diff in <a href="https://github.com/rubygems/release-gem/compare/1c162a739e8b4cb21a676e97b087e8268d8fc40b...e9a6361a0b14562539327c2a02373edc56dd3169">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rubygems/release-gem&package-manager=github_actions&previous-version=1.1.2&new-version=1.1.4)](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 e4e332f commit b69a65e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push_gem.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
ruby-version: ruby
3737

3838
- name: Publish to RubyGems
39-
uses: rubygems/release-gem@1c162a739e8b4cb21a676e97b087e8268d8fc40b # v1.1.2
39+
uses: rubygems/release-gem@e9a6361a0b14562539327c2a02373edc56dd3169 # v1.1.4
4040

4141
- name: Create GitHub release
4242
run: |

0 commit comments

Comments
 (0)