Skip to content

Releases: frederikheld/render-plantuml-to-wiki-action

v1.0.2

12 Dec 22:40
6c13a98
Compare
Choose a tag to compare

Fix: if the wiki is not initialized, the action can't clone it. Instead of failing, the action pushed to the repo itself. Now the action fails in this case and prints an error with a hint that the wiki needs to be initialized.

v1.0.1

13 Aug 09:46
bb08758
Compare
Choose a tag to compare

Bugfix release

  • fixes issue when using this action in multiple steps of the same workflow
  • improves documentation

v1.0.0

13 Aug 00:09
6b9482b
Compare
Choose a tag to compare
  • looks for PlantUML source files in INPUT_DIR of your repo
  • renders them into PNG images
  • pushes the images to OUTPUT_DIR in your wiki
  • for your convenience: prints markdown tags that you can use to embed the generated images into the wiki