-
Notifications
You must be signed in to change notification settings - Fork 30.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e45b2ab
commit f89a376
Showing
5 changed files
with
55 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Maintaining undici | ||
|
||
The [undici](https://github.com/nodejs/undici) dependency is | ||
an HTTP/1.1 client, written from scratch for Node.js. | ||
|
||
## Updating undici | ||
|
||
The `tools/dep_updaters/update-undici.sh` script automates the update of the | ||
undici source files. | ||
|
||
Check that Node.js still builds and tests. | ||
|
||
## Committing postject | ||
|
||
1. Add undici: | ||
```console | ||
$ git add deps/undici | ||
``` | ||
2. Commit the changes: `git commit`. | ||
3. Add a message like: | ||
|
||
```text | ||
deps,test: update undici to <version> | ||
Updated as described in doc/contributing/maintaining-undici.md. | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters