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
In CI currently[^1] we see the following logs
```
npm WARN exec The following package was not found and will be installed: multi-semantic-release
```
which means we're not locking our CI pipeline to a specific version
of multi-semantic-release.
This commit installs a specific version of multi-semantic-release
in the root package.json.
0 commit comments