From 9595f090650e99e3e752b37a7a3866ac8a91999b Mon Sep 17 00:00:00 2001 From: Markus Scherer Date: Mon, 28 Aug 2023 11:24:34 -0700 Subject: [PATCH] change version placeholders so .md shows them --- docs/data-workflow.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/data-workflow.md b/docs/data-workflow.md index e206d4dc6..0c249fb3f 100644 --- a/docs/data-workflow.md +++ b/docs/data-workflow.md @@ -136,14 +136,14 @@ script from an up-to-date repo workspace. Send the resulting zip file to Rick for posting to https://www.unicode.org/Public/ (not .../Public/draft/). Ask Rick to add other files that are not tracked in the unicodetools repo: -* Unihan.zip to ...//ucd -* UCDXML files to ...//ucdxml -* final charts to ...//charts +* Unihan.zip to .../{version}/ucd +* UCDXML files to .../{version}/ucdxml +* final charts to .../{version}/charts This script works much like the beta script, except it: * assembles all of the files for Public/ in their release folder structure, rather than for Public/draft/ -* creates a zipped/ folder with UCD.zip +* creates a zipped/{version} folder with UCD.zip ### After a release