summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/lualatex/plantuml/README.md
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2025-01-08 21:13:37 +0000
committerKarl Berry <karl@freefriends.org>2025-01-08 21:13:37 +0000
commit1f5fb799d4bfcab222359c810e9b4bee4ca4eccd (patch)
tree3d4053347506e79ae7f73104d7f5adfb23c18037 /Master/texmf-dist/doc/lualatex/plantuml/README.md
parentfa03a3ba6d78386e94cb7a30acf1c5333a351cd4 (diff)
plantuml (8jan25)
git-svn-id: svn://tug.org/texlive/trunk@73377 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/lualatex/plantuml/README.md')
-rw-r--r--Master/texmf-dist/doc/lualatex/plantuml/README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/lualatex/plantuml/README.md b/Master/texmf-dist/doc/lualatex/plantuml/README.md
index bbd4adb0e00..5b7f771a1b3 100644
--- a/Master/texmf-dist/doc/lualatex/plantuml/README.md
+++ b/Master/texmf-dist/doc/lualatex/plantuml/README.md
@@ -104,18 +104,18 @@ Car -- Person : < owns
Your latex distribution should take care.
-For manual installation, copy `plantuml.*` to your local texmf folder in the subdirectoy `tex/latex/plantuml`.
+For manual installation, copy `plantuml.*` to your local `texmf` folder in the sub directoy `tex/latex/plantuml`.
See [the discussion at tex.sx](https://tex.stackexchange.com/q/27982/9075) for the concrete location of the folder on your system.
## Development
The release is built using [GitHub Actions](https://github.com/features/actions) ([workflow file](https://github.com/koppor/plantuml/blob/master/.github/workflows/build-and-publish.yml)) using [`release.sh`](release.sh).
-Release prepration:
+Release preparation:
-1. Adapt date and version number in `plantuml.sty`.
-1. Adapt `CHANGELOG.md`.
-1. Set a git tag and push.
+1. Adapt copyright year (line 1) as well as date and version number (line 6) in `plantuml.sty`.
+2. Adapt `CHANGELOG.md`.
+3. Set a git tag and push.
## Alternative Solutions