Skip to content

fix: correct version file reference in release workflow - #9

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

fix: correct version file reference in release workflow#9
roble merged 1 commit into
mainfrom
dev-v2

Conversation

@roble

@roble roble commented Jun 4, 2026

Copy link
Copy Markdown
Contributor

This pull request updates the release workflow configuration to use composer.json as the version file instead of module.json. The path to the version file remains unchanged.

  • Release workflow configuration:
    • Changed the version_file in .github/workflows/release.yml from module.json to composer.json to align with the project's versioning strategy.

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

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

Updates the GitHub Actions release workflow to reference the project’s composer.json as the version source (instead of module.json) for the shared semantic-release workflow.

Changes:

  • Switched version_file from module.json to composer.json in the release workflow configuration.

💡 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