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
The semantic release workflow should have constent release accross all repositories, instead of every repository having to define their own .releaserc.json config file.
I think the best way of achieving this is using the extends flag, as plugins cannot be set directly using flags only. However, for this we need:
A way to publish the shared configurations, as this is required by the workflow. If only for a few files, possibly consider simply publishing to npm (as there is nothing particularly interesting released). Otherwise, look into how to publish packages privately.
The text was updated successfully, but these errors were encountered:
I think that should work. In that instance we also have to add a workflow for releasing packages in GitHub.
Has this been discussed earlier at ABC meetings? I recall this being brought up for PDF-generator earlier. Not that we make the executive decision to do this now, and then have to move to another registry later.
The semantic release workflow should have constent release accross all repositories, instead of every repository having to define their own
.releaserc.json
config file.I think the best way of achieving this is using the extends flag, as plugins cannot be set directly using flags only. However, for this we need:
The text was updated successfully, but these errors were encountered: