From ed8dc85408d02a1cdd505b053c27f17fc424249d Mon Sep 17 00:00:00 2001 From: Robin Leroy Date: Wed, 25 Oct 2023 11:40:01 +0200 Subject: [PATCH] Scripts is not just for new scripts --- docs/pipeline.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/pipeline.md b/docs/pipeline.md index 3d8eee4f0..4c9d253d6 100644 --- a/docs/pipeline.md +++ b/docs/pipeline.md @@ -21,6 +21,7 @@ If the proposal does not supply LineBreak.txt: New scripts only: - [ ] UCD_Names — Check script name + - [ ] Scripts.txt — Prepend ranges - [ ] Commit @@ -152,4 +153,4 @@ mvn compile exec:java '-Dexec.mainClass="org.unicode.props.GenerateEnums"' -am - mvn spotless:apply git add *.java git commit -m GenerateEnums -``` \ No newline at end of file +```