pulumi / registry

The global index of everything you can do with Pulumi.
https://www.pulumi.com/registry
Apache License 2.0
24 stars 110 forks source link

Support nested release labels #4852

Open iwahbe opened 3 days ago

iwahbe commented 3 days ago

Hello!

Issue details

Go allows authors to serve multiple releases out of the same repository via prefixing a release tag with the path to root directory: nested/vX.Y.Z. To allow provider authors to serve multiple packages from the same repo, we should follow the same convention.

Affected area/feature