Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 581 Bytes

maintaining-brotli.md

File metadata and controls

25 lines (18 loc) · 581 Bytes

Maintaining brotli

The brotli dependency is used for the homonym generic-purpose lossless compression algorithm.

Updating brotli

The tools/dep_updaters/update-brotli.sh script automates the update of the brotli source files.

Check that Node.js still builds and tests.

Committing brotli

  1. Add brotli:
    $ git add deps/brotli
  2. Commit the changes: git commit.
  3. Add a message like:
    deps: update brotli to <version>
    
    Updated as described in doc/contributing/maintaining-brotli.md.