The latest versions of the code are not published on stream-dist
Bug Report
The latest versions of the code are not published to the stream-dist repo. This means I cannot use composer to install the latest version.
Expected Behavior
Running composer require xwp/steam:4.1.1 should be able to download the package.
Actual Behavior
Composer complains it only knows about version up to 4.0.2
Steps to Reproduce the Problem
- Run
composer require "xwp/stream:~4.1.1"
Screenshots
$ composer require "xwp/stream:~4.1.1"
./composer.json has been updated
Running composer update xwp/stream
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires xwp/stream ~4.1.1, found xwp/stream[dev-feature/stream-db-query-where-filter, ..., dev-bugfix/posts-connector-test, 2.0.1, ..., 2.0.5, 3.0.0, ..., 3.10.1, v4.0.2] but these do not match your constraint and are therefore not installable. Make sure you either fix the constraint or avoid updating this package to keep the one present in the lock file (xwp/stream[v4.1.1]).
System Information
- Stream plugin version: 4.1.1
- WordPress version: 6.8.3
- PHP version: 8.3
- Browser: n/a
- Computer operating system: n/a
On closer inspection, it looks like the code is there but the tags have not been created: https://github.com/xwp/stream-dist/tags
Is here any chance the tags could get created, please? I presume that doing so will also trigger a push to https://packagist.org/.
Hello @marcinkrzeminski ! Could you please create tags? This is blocking us at the moment and we can't move to 4.1.x version.