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
3. The generated API docs are in <path>/icu4c/source/doc/html/<br>
327
327
`cd <path>/icu4c/source/doc/html/`
328
328
4. Create a zip file, e.g.,<br>
329
-
`tar cvfz /tmp/icu4c72rc.tar.gz * # Note: label the file apropriately for the release.
329
+
`tar cvfz /tmp/icu4c78.1rc.tar.gz * # Note: label the file apropriately for the release.
330
330
5. Edit [README.md in icu-docs](https://github.com/unicode-org/icu-docs/blob/main/README.md).
331
331
6. Update the table under "API docs" at the top of README.md with the new version in column "C" in row "Dev" for the release candidate or "Released" for the final release.
332
332
7. Add the updated README.md to the pull request with the new API documentation.
Copy file name to clipboardExpand all lines: docs/processes/release/tasks/versions.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -215,7 +215,7 @@ The command requires a version number string that follows the typical Java / Mav
215
215
5. Update the following variables in `icu4j/releases_tools/shared.sh`
216
216
217
217
* `artifact_version` - The version used in the Maven `pom.xml` files. You can alternatively produce this value by running `mvn help:evaluate -Dexpression=project.version -q -DforceStdout`.
218
-
* `github_rel_version` - The version used in the name of the GitHub downloadable artifacts. For example "73_2" or "74rc".
218
+
* `github_rel_version` - The version used in the name of the GitHub downloadable artifacts. For example "78.2" or "78.1rc".
219
219
* `api_report_version` - The major version of the new version. Change during RC BRS.
220
220
* `api_report_prev_version` - The major version of the previous version. Change during RC BRS.
221
221
@@ -282,7 +282,7 @@ For updating ICU version numbers, follow the steps below.
282
282
releases, use <2-digit major version> + "m" + <milestonenumber>, e.g.
283
283
"55m1". For release candidate, use <2-digit major version> + "rc", e.g.
284
284
54rc. For official releases, use full version numbers using under bar as the
285
-
separator, e.g. "54_1", "54_1_1".
285
+
separator, e.g. "54.1", "54.1.1".
286
286
* api.doc.version: The version displayed in API reference doc - use full
287
287
version number such as "60.1" for official and RC releases, "60 Milestone 1" for
0 commit comments