semrel-extra / zx-bulk-release

zx-based alternative for multi-semantic-release
MIT License
22 stars 3 forks source link

Beta releases #17

Closed lpk3nny closed 1 year ago

lpk3nny commented 1 year ago

Issue type

Expected behavior

It would be cool to have an ability to release changes to some "beta stream" on npm for testing purposes. Yarn link and portal protocols or resolutions are not always a solution. In my opinion better stand as closer to clients environment as we can, so that feature seem absolutely necessary. Especially for monorepos.

I see it next way in case of github repo:

Since zx-bulk-release always uses specific versions for packages deps, in won't be a problem to just bump last digit every time when another beta version already exists. Not too semantic, but I can't find better solution at this time 🙃

Actual behavior