Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 590 Bytes

maintaining-brotli.md

File metadata and controls

26 lines (18 loc) · 590 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 postject

  1. Add brotli:

    $ git add deps/brotli
  2. Commit the changes: git commit.

  3. Add a message like:

    deps,test: update brotli to <version>
    
    Updated as described in doc/contributing/maintaining-brotli.md.