Skip to content

fix: correct version_file in release workflow to use composer.json#33

Merged
roble merged 1 commit into
mainfrom
dev-v2
Jun 4, 2026
Merged

fix: correct version_file in release workflow to use composer.json#33
roble merged 1 commit into
mainfrom
dev-v2

Conversation

@roble

@roble roble commented Jun 4, 2026

Copy link
Copy Markdown
Collaborator

This pull request updates the release workflow configuration to use composer.json as the version file instead of module.json. This ensures that versioning aligns with the project's dependency management system.

Release workflow configuration:

  • Changed the version_file in .github/workflows/release.yml from module.json to composer.json to reflect the correct versioning file for the project.

Copilot AI review requested due to automatic review settings June 4, 2026 19:53
@roble roble merged commit 56996cd into main Jun 4, 2026
2 checks passed

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

This PR updates the repository’s release workflow to align automated semantic version bumps with the PHP dependency metadata by pointing the reusable semantic-release workflow at composer.json (instead of the previously configured module.json).

Changes:

  • Updated .github/workflows/release.yml to set version_file to composer.json.
  • Kept version_file_path as .version, which matches the reusable workflow’s documented JSON path for composer.json.

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

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