From cb3ce8c3795a0151eb6b98d55954a5fd37d20579 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 4 Jun 2018 20:52:57 +0000 Subject: plantuml (4jun18) git-svn-id: svn://tug.org/texlive/trunk@47924 c570f23f-e606-0410-a88d-b1316a301751 --- .../texmf-dist/doc/lualatex/plantuml/CHANGELOG.md | 21 ++++++++++++++++----- Master/texmf-dist/doc/lualatex/plantuml/README.md | 4 ++-- .../texmf-dist/doc/lualatex/plantuml/plantuml.pdf | Bin 47133 -> 47135 bytes Master/texmf-dist/doc/lualatex/plantuml/release.sh | 11 +++++++++++ 4 files changed, 29 insertions(+), 7 deletions(-) create mode 100755 Master/texmf-dist/doc/lualatex/plantuml/release.sh (limited to 'Master/texmf-dist/doc/lualatex') diff --git a/Master/texmf-dist/doc/lualatex/plantuml/CHANGELOG.md b/Master/texmf-dist/doc/lualatex/plantuml/CHANGELOG.md index 84d71627bbc..5c84bfc5b2e 100644 --- a/Master/texmf-dist/doc/lualatex/plantuml/CHANGELOG.md +++ b/Master/texmf-dist/doc/lualatex/plantuml/CHANGELOG.md @@ -4,20 +4,30 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -## [0.2.2] - 2017-03-22 +## [0.2.3] - 2018-06-04 + +## Added + +- Add `release.sh` to CTAN upload- + +## Removed + +- Removed `\usepackage{aeguill}` as 1) PlantUML seems not to rely on it any more and 2) [it is obsolete and should not be used anymore](https://tex.stackexchange.com/a/5901/9075). + +## [0.2.2] - 2018-03-22 ## Changed -- Added version number in generated plantuml.pdf. +- Added version number in generated `plantuml.pdf`. - Do not strip down `README.md` for CTAN anymore and provide "*.png" for generation of `plantuml.pdf`. -## [0.2.1] - 2017-03-21 +## [0.2.1] - 2018-03-21 ### Fixed - Added short version of `README.md` to CTAN distribution again, because of [CTAN rules](https://mirror.informatik.hs-fulda.de/tex-archive/help/ctan/CTAN-upload-addendum.html#readme). -## [0.2.0] - 2017-03-20 +## [0.2.0] - 2018-03-20 ### Changed @@ -33,7 +43,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). Initial public release -[Unreleased]: https://github.com/latextemplates/plantuml/compare/0.2.2...HEAD +[unreleased]: https://github.com/latextemplates/plantuml/compare/0.2.3...HEAD +[0.2.3]: https://github.com/latextemplates/plantuml/compare/0.2.2...0.2.3 [0.2.2]: https://github.com/latextemplates/plantuml/compare/0.2.1...0.2.2 [0.2.1]: https://github.com/latextemplates/plantuml/compare/0.2.0...0.2.1 [0.2.0]: https://github.com/latextemplates/plantuml/compare/0.1.0...0.2.0 diff --git a/Master/texmf-dist/doc/lualatex/plantuml/README.md b/Master/texmf-dist/doc/lualatex/plantuml/README.md index 9559abfb23a..531ee379f2f 100644 --- a/Master/texmf-dist/doc/lualatex/plantuml/README.md +++ b/Master/texmf-dist/doc/lualatex/plantuml/README.md @@ -1,6 +1,6 @@ # plantuml -Version 0.2.2 +Version 0.2.3 > A LuaLaTeX package for PlantUML in LaTeX @@ -86,7 +86,7 @@ See [the discussion at tex.sx](https://tex.stackexchange.com/q/27982/9075) for t ## Development -The release is built at [CircleCI](http://circleci.com/) using `release.sh`. +The release is built at [CircleCI](http://circleci.com/) using [release.sh](release.sh). Release prepration: diff --git a/Master/texmf-dist/doc/lualatex/plantuml/plantuml.pdf b/Master/texmf-dist/doc/lualatex/plantuml/plantuml.pdf index 2a1ba480cb4..7c9d89e4c35 100644 Binary files a/Master/texmf-dist/doc/lualatex/plantuml/plantuml.pdf and b/Master/texmf-dist/doc/lualatex/plantuml/plantuml.pdf differ diff --git a/Master/texmf-dist/doc/lualatex/plantuml/release.sh b/Master/texmf-dist/doc/lualatex/plantuml/release.sh new file mode 100755 index 00000000000..bf8bbd54441 --- /dev/null +++ b/Master/texmf-dist/doc/lualatex/plantuml/release.sh @@ -0,0 +1,11 @@ +#!/bin/sh +TAG=`git describe --abbrev=0 --tags` + +# remove shields.io badge +sed -i "s/# plantuml.*/# plantuml\n\nVersion $TAG/" README.md + +# generate plantuml.pdf based on README.md based on pandoc 2.x +pandoc README.md --pdf-engine=lualatex -o plantuml.pdf + +# Prepare for CTAN +ctanify --notds plantuml.sty plantuml.lua plantuml.pdf README.md CHANGELOG.md release.sh "example-*.tex" "example-*.png" -- cgit v1.2.3