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
Copy file name to clipboardExpand all lines: readme.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -116,9 +116,8 @@ Use repo-local plugin composition instead when your team wants different plugins
116
116
## Repository Maintenance Notes
117
117
118
118
- Consumer-facing examples now use `main`.
119
-
- Repository automation currently supports both `master` and `main` so maintenance is not blocked before the branch rename.
120
-
- Repository automation also supports `beta` for prerelease validation and publishing.
121
-
- Renaming this repository's default branch to `main` is still recommended to align hosted defaults, badges, and examples.
119
+
- Repository automation publishes stable releases from `main` and prereleases from `beta`.
120
+
- Dependabot PRs can auto-refresh `package-lock.json` through the dedicated lockfile-fixer workflow.
122
121
- The old README wording that inverted `fix` and `feat` was documentation drift. The actual release behavior has been corrected and is now covered by tests.
0 commit comments