From 854fab965ce401b90930f38ad4490ec610b84a11 Mon Sep 17 00:00:00 2001 From: Mark Davis Date: Thu, 18 Jan 2024 17:52:58 -0700 Subject: [PATCH] Update pipeline.md (#638) * Update pipeline.md A couple of clarifications in the PR prep section * L2/yy-nnn Co-authored-by: Markus Scherer * Update pipeline.md * Update docs/pipeline.md Co-authored-by: Robin Leroy --------- Co-authored-by: Robin Leroy Co-authored-by: Markus Scherer --- docs/pipeline.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/docs/pipeline.md b/docs/pipeline.md index f8df415c7..2d5da0764 100644 --- a/docs/pipeline.md +++ b/docs/pipeline.md @@ -58,10 +58,10 @@ Indic scripts only: --- PR preparation: -- [ ] Proposal document — Cite L2 number -- [ ] UTC decisions — Cite _in extenso_ +- [ ] When for a UTC decision — Cite in the format UTC-\d\d\d-[MC]\d+ +- [ ] Whenever there is a Proposal document — Cite L2 number in the format L2/yy-nnn - [ ] data-for-new — Set label -- [ ] pipeline-* — Set label +- [ ] pipeline-* — Set label to **pipeline-recommended-to-UTC** if the characters are not yet in the pipeline, and **pipeline-provisionally-assigned**, or **pipeline-``** depending on their status in [the Pipeline](https://unicode.org/alloc/Pipeline.html#future). - [ ] PR button — Set to DRAFT pull request - unless approved for the upcoming version - [ ] PR button — Press @@ -135,6 +135,13 @@ git add unicodetools/data git merge --continue ``` +macchiati (IDE) +``` +sync github +run MakeUnicodeFiles.java -c +``` +Cf. https://github.com/unicode-org/unicodetools/pull/636 + ### Regenerate UCD eggrobin (Windows, in-source).