@@ -217,9 +217,7 @@ See the top level `pom.xml` under `<properties>`.
217217
218218The input data files for the Unicode Tools are checked into the repo since
2192192012-dec-21:
220-
221- * < https://github.com/unicode-org/unicodetools/tree/main/unicodetools/data/ucd >
222- * < https://github.com/unicode-org/unicodetools/tree/main/unicodetools/data/ucd >
220+ * https://github.com/unicode-org/unicodetools/tree/main/unicodetools/data/
223221
224222This is inside the unicodetools file tree, and the Java code has been updated to
225223assume that. Any old Eclipse setup needs its path variables checked.
@@ -242,7 +240,9 @@ Starting with Unicode 15, we are developing most of the Unicode data files
242240in this Unicode Tools project, and publish them to the Public folder
243241only for alpha/beta/final releases.
244242That is, we are reversing the flow of files.
245- (See [ issue #144 ] ( https://github.com/unicode-org/unicodetools/issues/144 ) .)
243+
244+ See [ data workflow] ( data-workflow.md ) . (Based on
245+ [ issue #144 ] ( https://github.com/unicode-org/unicodetools/issues/144 ) .)
246246
247247We are also no longer generating and posting files with version suffixes.
248248(We now generate files into an output folder with the Unicode version number.)
@@ -255,7 +255,7 @@ unversioned "dev" folders in this repo.
255255
256256#### Unicode 15.1+ workflow
257257
258- See data-workflow.md .
258+ See [ data workflow ] ( data -workflow.md) .
259259
260260### Unicode 15.0.0 changes
261261
@@ -374,10 +374,10 @@ to generate new files). For all the new ones:
374374Make a pull request to incorporate these updates, and upload the generated files
375375in a way that can be shared with ucd-dev.
376376
377- Unicode 15 TODO:
378- We plan to
377+ Unicode 15+:
379378- make a commit for changes in input data files
380379- copy the output files back into the input folders, review, and commit again
380+
381381... instead of posting draft files elsewhere and re-ingesting them later.
382382
383383Ideally, diff the files to check for any discrepancies. The script will do this
@@ -530,13 +530,16 @@ If there are new break rules (or changes), see
530530 Unicode.
5315314. On Windows you can run these BATs to compare files: TODO??
532532
533- ### Upload for Ken Whistler & editorial committee
533+ ### Upload for Ken Whistler & other reviewers
534534
535- Unicode 15 TODO : See above; commit new input data, run tools, review output, copy back to input, commit, pull request...
535+ Unicode 15+ : See above; commit new input data, run tools, review output, copy back to input, commit, pull request...
536536
5375371. Check diffs for problems
538- 2. First drop for a version: Upload **all** files
539- 3. Subsequent drop for a version: Upload *only modified* files
538+ 2. Ask for reviews on the pull request.
539+ 3. For & during alpha & beta we publish whole snapshots of multiple repo data folders
540+ using publication scripts: See [data workflow](data-workflow.md).
541+
542+ We no longer post files to FTP folders, nor publish individual files without consistent changes in others.
540543
541544### Invariant Checking
542545
0 commit comments