tree: c9de7670992fc00ea3b2a06afacc0e4d1c17c61b [path history] [tgz]
  1. build.dart
  2. README.md
pkgs/intl4x/hook/README.md

How to update the ICU4X version used in package:intl4x.

First PR

  1. Create PR.
  2. Update submodules/icu4x to whatever branch/hash you want.
  3. Land PR.
  4. Tag with intl4x-icu*, push. This creates new release with the new binaries.

Second PR

  1. Create PR.
  2. Run bash tools/regenerate_bindings.sh, and fix resulting errors.
  3. Update const version in version.dart to tag.
  4. Regenerate hashes using cd pkgs/intl4x/; dart --enable-experiment=native-assets run tool/regenerate_hashes.dart.
  5. Land PR.