Skip to content

Releases: dragondive/run-plantuml-local

v1.0.2

14 Sep 04:41
b3d8ad7
Compare
Choose a tag to compare

Enable action for Windows

11 Aug 17:26
Compare
Choose a tag to compare

This release includes the following changes:

  • Makes the action OS-agnostic by enabling it to work on Windows OS as well.
  • Implements some sanity tests to ensure that the cli-arguments and jvm-options are processed correctly.
  • Improves the documentation with some examples.

Action to run plantuml using locally downloaded jar file

11 Aug 17:05
Compare
Choose a tag to compare

This action downloads the specified version of plantuml.jar from the official release, then runs it to generate the diagrams. It accepts CLI arguments as well as JVM options.

This is especially useful for usecases where the plantuml diagram description includes files or when the default JVM options need to be overridden.

Full Changelog: https://github.com/dragondive/run-plantuml-local/commits/v1.0.0