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: CLAUDE.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,8 @@ $ pnpm --filter @remix-run/headers run build
25
25
26
26
## Releasing
27
27
28
+
A package needs to be released if the topmost section in its `CHANGELOG.md` begins with `## HEAD`. This means that there are features and/or bug fixes in the head of the development line that haven't been published yet.
29
+
28
30
The release process is a two-step process. First, we tag a release. Then, we publish it.
0 commit comments