From b97af18fd3e52f361ef3bf2e1019e45a98903ef1 Mon Sep 17 00:00:00 2001 From: Svante Schubert Date: Sat, 1 Jan 2022 19:36:05 +0100 Subject: [PATCH] Updating release layout of automated GitHub Action deployment --- .github/workflows/deployment.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index d2864e0..5b23318 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -39,12 +39,12 @@ jobs: asset_name: Saxon-HE-accuracy-${{ env.release_version }}.jar tag: v${{ env.release_version }} # <--- Use environment variables that was created earlier overwrite: true - body: "This is a Saxon v${{ env.release_version }} release using decimal-based floating-point and offers half-up rounding as extension function. + body: "This is a Saxon v10.3 release using decimal-based floating-point and offers half-up rounding as an extension function. +The JAR might be called [Saxon via command-line](https://www.saxonica.com/html/documentation/using-xsl/commandline/). +For instance, in the root of the GitHub repository after executing a build via 'mvn clean install' the following might be executed by command line:
(here using Linux file paths from Linux)
+
+~~~ Java
+java -jar ./target/Saxon-HE-accuracy-10.5.jar -s:src/test/resources/xml/in.xml -xsl:src/test/resources/xsl/test.xsl -o:target/generated-sources/out.xml
+~~~
-The JAR might be called as [Saxon via command-line](https://www.saxonica.com/html/documentation/using-xsl/commandline/). - -For instance, in the root of the GitHub repository after executing a build via 'mvn clean install' the following might be executed by command line:
(here using Linux file paths from Linux) -~~~ Java - java -jar ./target/Saxon-HE-accuracy-10.5.jar -s:src/test/resources/xml/in.xml -xsl:src/test/resources/xsl/test.xsl -o:target/generated-sources/out.xml -~~~ "