Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions changelog.d/0007-dev-server-binding.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[BugFixes]
- The dev server binds all interfaces explicitly. Without a `--host`,
`ng serve` picks its own loopback binding and can come up IPv6-only,
which reads as connection refused to anything resolving localhost to
127.0.0.1.
6 changes: 6 additions & 0 deletions changelog.d/0007-make-help-release-verbs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[Maintainability]
- `make help` now lists the three release-flow verbs it skipped:
`changelog` (dependency-bump audit), `preview` (render the notes as
the release page will show them) and `sweep` (remove consumed
fragments) — the notes-preview step was undiscoverable exactly when
it matters, right before a tag.
Loading