Skip to content

Use wildcard pattern to correctly identify version number in the gem filename - #28

Merged
tapan-sh merged 2 commits into
masterfrom
test-publish-gem
Feb 13, 2026
Merged

Use wildcard pattern to correctly identify version number in the gem filename#28
tapan-sh merged 2 commits into
masterfrom
test-publish-gem

Conversation

@tapan-sh

@tapan-sh tapan-sh commented Feb 13, 2026

Copy link
Copy Markdown
Contributor

Tested against v2.4.2.rc1 tag and was able to successfully publish the gem.

@github-actions

This comment has been minimized.

2 similar comments
@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This pull request modifies the gem publishing workflow and version number as part of testing the gem publication process. The changes update the version to a release candidate format and fix the gem push command to properly handle versioned gem filenames.

Changes:

  • Updated version from '2.4.2' to '2.4.2.rc1' to create a release candidate
  • Modified gem push command to use wildcard pattern that accounts for version in filename
  • Added blank line for formatting in the workflow file

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
lib/cache_store_redis/version.rb Changed version to release candidate format '2.4.2.rc1'
.github/workflows/publish.yml Fixed gem push command to use wildcard pattern for versioned filenames and added blank line

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread .github/workflows/publish.yml
Comment thread lib/cache_store_redis/version.rb Outdated
@github-actions

Copy link
Copy Markdown

Code Coverage

Package Line Rate Complexity Health
cache_store_redis 94% 0
Summary 94% (174 / 186) 0

Minimum allowed line rate is 93%

@tapan-sh tapan-sh changed the title Test step to publish gem Use wildcard pattern to correctly identify version number in the gem filename Feb 13, 2026
@tapan-sh
tapan-sh requested a review from Copilot February 13, 2026 16:00
@tapan-sh tapan-sh self-assigned this Feb 13, 2026

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@tapan-sh
tapan-sh merged commit 93875ce into master Feb 13, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

3 participants