You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Copy the Readme file from `icu76/README.md` (or modify)
556
+
* Copy the test files from the MessageFormat 2 repo as described by the Readme into a subdirectory within `message_fmt2` called `message-format-wg-tests`
557
+
1. schema: Add any new parameters in test data sources to test schema files.
558
+
1. Add a function in setup.sh to download the new ICU4C release.
559
+
1. Update run_config.json to reference new versions of executors and tests to run
560
+
1. NodeJS and some data updates
561
+
* Ex: edit in `relativedatetime_fmt.py` the variable (potentially local to some function) called `icu_nvm_versions` that defines the version of NodeJS being used for the ICU version (version of data).
562
+
The exact version of NodeJS that has been released with the version of ICU can be found on the [NodeJS version pages](https://nodejs.org/en/about/previous-releases). \
563
+
\
564
+
NodeJS is usually updated several weeks after an ICU public release. Check on
565
+
the site [NodeJS Releases](https://nodejs.org/en/about/previous-releases) for
566
+
the latest versions of NodeJS. Under each entry, the "changelog" will indicate
567
+
any updates to icu, e.g., [Version 23.3.0 on 2024-11-20]
568
+
(https://github.com/nodejs/node/blob/main/doc/changelogs/CHANGELOG_V23.md#23.3.0) which includes ICU76.1.
0 commit comments