You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm extending semantic-release-vsce to support publishing to not only the Visual Studio Marketplace but also to the Open VSX Registry through felipecrs/semantic-release-vsce#169.
However, the semantic-release expects the return of the publish step to be an object with properties name and url. Now, as the plugin would be publishing to 2 different locations, it would be desired to be able to return a list with the two releases objects.
New feature description
The semantic-release to allow plugins to return a list of releases instead of just one release.
New feature implementation
The semantic-release can validate if it is a normal object, or if it is a list, and then validate each element of it as if it was one of the previously expected object. The implementation should not bring any backwards incompatibility.
The text was updated successfully, but these errors were encountered:
New feature motivation
I'm extending semantic-release-vsce to support publishing to not only the Visual Studio Marketplace but also to the Open VSX Registry through felipecrs/semantic-release-vsce#169.
However, the semantic-release expects the return of the publish step to be an object with properties name and url. Now, as the plugin would be publishing to 2 different locations, it would be desired to be able to return a list with the two releases objects.
New feature description
The semantic-release to allow plugins to return a list of releases instead of just one release.
New feature implementation
The semantic-release can validate if it is a normal object, or if it is a list, and then validate each element of it as if it was one of the previously expected object. The implementation should not bring any backwards incompatibility.
The text was updated successfully, but these errors were encountered: