File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed
Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change 1+ ## How to update ICU version
2+
3+ ICU team releases new version twice a year, around April and Novemeber.
4+ We have a strong dependancy on ICU and should keep project in sync with that release cycle.
5+
6+ ### Install new version of ICU
7+ Follow [ ICU instructions] ( https://unicode-org.github.io/icu/download/ ) on how to download and install a new version.
8+
9+ ### Test the project
10+ Test your update locally and fix any problems - most likely to happen due to CLDR changes.
11+ If there are errors, you'll need to update the CI actions before submitting.
12+
13+ ### Update Actions on GitHub
14+ Edit all yml files under .github/workflows that contain:
15+
16+ ```
17+ env:
18+ ICU_MAJOR: 'xx'
19+ ICU_MINOR: 'y'
20+ ```
21+ and update major and minor ICU versions, e.g. 78.2.
22+
23+ ### Clear the GitHub Cache if necessary
24+ Go to [ Caches] ( https://github.com/unicode-org/inflection/actions/caches ) page, and clear all ICU related caches on the right.
You can’t perform that action at this time.
0 commit comments