Skip to content

fix: bump version to 3.2.2 to match git tag for Packagist sync#115

Merged
mescalantea merged 1 commit into
masterfrom
fix/version-bump-3.2.2
Jun 11, 2026
Merged

fix: bump version to 3.2.2 to match git tag for Packagist sync#115
mescalantea merged 1 commit into
masterfrom
fix/version-bump-3.2.2

Conversation

@mescalantea

@mescalantea mescalantea commented Jun 11, 2026

Copy link
Copy Markdown
Contributor

What is the goal?

Fix the failed Packagist tag sync. The sync skipped tag 3.2.2 with:

[2026-06-08T10:09:30.904+00:00] Skipped tag 3.2.2, tag (3.2.2.0) does not match version (3.2.1.0) in composer.json

The 3.2.2 git tag was created while composer.json still declared 3.2.1, so Packagist rejected the release.

How is it being implemented?

  • Bump version in composer.json from 3.2.1 to 3.2.2.
  • Bump setup_version in etc/module.xml from 3.2.1 to 3.2.2 to keep it in sync.

These are the only two version declarations in the module.

How is it tested?

Automated tests. Version-only change; verified composer.json and etc/module.xml are the only files declaring the module version.

How is it going to be deployed?

  • Merge to master
  • Re-point the 3.2.2 tag to the merge commit
  • Verify Packagist picks up the release

Packagist tag sync skipped tag 3.2.2 because composer.json still
declared 3.2.1. Bump the version in composer.json and the
setup_version in etc/module.xml so they match the published tag.

Co-Authored-By: Claude <noreply@anthropic.com>
@mescalantea mescalantea self-assigned this Jun 11, 2026
@mescalantea mescalantea marked this pull request as ready for review June 11, 2026 14:40
@mescalantea mescalantea merged commit 12f117c into master Jun 11, 2026
4 checks passed
@mescalantea mescalantea deleted the fix/version-bump-3.2.2 branch June 11, 2026 14:41
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.

Tag 3.2.2 not propagated to Packagist.org (still showing 3.2.1 as latest)

1 participant