Missing library versions on PIO registry

Hi,
I had published a library for Arduino and it was imported automatically in platform io registry. However it imported only the latest version (1.4.0), missing the older ones. Is it a way solve this problem? Should I manually upload all the versions on Platform IO registry?

The pio package publish command has a --released-at option that might be the solution here, together with the appropriate older version of the library folder?

Or is this supposed to be done differently, @ivankravets?

This option available for internal usage and will be removed soon. To prevent manipulation with package releases we don’t handle --released-at

Yes, you need manually publish all versions.

1 Like