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
This repository uses a repo-only semantic-release config to keep package consumers on the shared preset while giving the repository two release channels:
4
+
5
+
-`master` and `main` publish stable releases on the default `latest` channel during the branch migration window
6
+
-`beta` publishes prereleases with the `beta` dist-tag and `-beta.N` versions
7
+
8
+
The repo automation uses `release.repo.config.js` so the published shareable config in `release.config.js` does not force prerelease branches on downstream consumers.
0 commit comments