Skip to content

Update GitHub Actions workflows for plugin rename to Redis Queue#5

Merged
soderlind merged 2 commits intomainfrom
copilot/update-github-actions
Oct 13, 2025
Merged

Update GitHub Actions workflows for plugin rename to Redis Queue#5
soderlind merged 2 commits intomainfrom
copilot/update-github-actions

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Oct 13, 2025

Summary

Updates GitHub Actions workflows to use the new plugin filename redis-queue.zip instead of the old redis-queue-demo.zip, completing the plugin rename from "Redis Queue Demo" to "Redis Queue" for version 2.0.0.

Changes

Both release workflow files have been updated to reference the new plugin filename:

  • .github/workflows/manually-build-zip.yml - Manual release workflow
  • .github/workflows/on-release-add.zip.yml - Automatic release workflow

Specific Updates

Each workflow now:

  • Archives the plugin as redis-queue.zip (previously redis-queue-demo.zip)
  • Uploads the correct filename to GitHub releases

Context

This change is part of the 2.0.0 major version update where the plugin was renamed from "Redis Queue Demo" to "Redis Queue". As documented in CHANGELOG.md:

Download file name: Changed from redis-queue-demo.zip to redis-queue.zip

The GitHub Actions workflows are the final piece of infrastructure that needed updating to reflect this breaking change. All other references (namespace, function names, hooks, text domain, repository URLs) have already been updated in previous PRs.

Testing

  • Verified YAML syntax is valid for both workflow files
  • Confirmed no remaining references to redis-queue-demo in .github/ directory
  • Changes align with the documented breaking changes in CHANGELOG.md and readme.txt
Original prompt

also update github actions

Summary of Conversation History

User Goals

The user is working on a WordPress plugin named "Redis Queue Demo," which they want to rename to "Redis Queue." They are focused on updating the plugin's namespace, classes, methods, documentation, and versioning, while ignoring backward compatibility. The user also aims to clean up the codebase by removing old files and directories, updating GitHub Actions, and ensuring that the plugin functions correctly when activated on subsites.

Recent Agent Commands and Tool Results

  1. User Request: "Rename plugin from Redis Queue Demo to Redis Queue. - namespace, classes, methods etc - docs (*.md, readme.txt)"

    • The user requested a comprehensive renaming of the plugin, including all relevant namespaces, classes, methods, and documentation files.
  2. User Request: "Update documentation: README, docs/*.md, CHANGELOG entry for 2.0.0 (breaking changes)."

    • The user asked to update the documentation to reflect the changes made in version 2.0.0, including breaking changes.
  3. User Request: "also update github actions"

    • The user requested updates to the GitHub Actions configuration to align with the new plugin structure and versioning.

Recent Operations

  • The agent was actively working on updating the plugin's documentation and GitHub Actions when the token budget was exceeded. This included ensuring that all references to the old plugin name and structure were removed or updated in the documentation and configuration files.

Connection to Overall User Goals

These recent operations are directly connected to the user's goal of transitioning the plugin to a new version (2.0.0) with a new name and structure. By renaming the plugin and updating the documentation and GitHub Actions, the user is ensuring that the plugin is ready for deployment and use in a more streamlined and modern format. The focus on breaking changes indicates a significant overhaul, aligning with the user's intent to improve the plugin's functionality and maintainability.
TITLE: Updating documentation and GitHub Actions for plugin rename

Created from VS Code via the GitHub Pull Request extension.


💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.

…is-queue-demo.zip

Co-authored-by: soderlind <1649452+soderlind@users.noreply.github.com>
Copilot AI changed the title [WIP] Update GitHub Actions in Redis Queue plugin Update GitHub Actions workflows for plugin rename to Redis Queue Oct 13, 2025
Copilot AI requested a review from soderlind October 13, 2025 19:21
@soderlind soderlind marked this pull request as ready for review October 13, 2025 19:24
@soderlind soderlind merged commit 5a142dd into main Oct 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants