Skip to content

Commit d8f807b

Browse files
committed
docs(release): correct the discover drift-guard note
The step-3 drift guard still described the old netmask@2.0.2 + @types/netmask@2.0.5 pins. That approach was replaced: netmask floats at ^2.0.2 (resolving to 2.1.x) using its own bundled types, @types/netmask was dropped, and computeBroadcastAddress handles the nullable broadcast. Update the note to match.
1 parent 41cc886 commit d8f807b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/RELEASING.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,8 @@ npx lerna version --help # look for: --create-release ... [choices: "gitl
131131
npm run lint
132132
npm run test
133133
# Drift guard: a green build of @ionic/discover (no publisher.ts "broadcast"
134-
# TS2322) confirms the netmask@2.0.2 + @types/netmask@2.0.5 pins resolved.
134+
# TS2322) confirms netmask (^2.0.2, currently 2.1.x) resolved with its
135+
# bundled types and computeBroadcastAddress handles the nullable broadcast.
135136

136137
# 4. Non-publishing version smoke test — exercises the Lerna 5 version path
137138
# WITHOUT publishing to npm or touching git. --allow-branch "*" overrides the

0 commit comments

Comments
 (0)