Metanorma mn2sts (DEPRECATED: Superseded by mnconvert)
You will need the maven
build tool and make
.
java -jar target/mn2sts-1.9.jar --xml-file-in <XML-FileName> --xml-file-out <Output-XML-FileName>
e.g.
java -jar target/mn2sts-1.9.jar --xml-file-in tests/iso-tc154-8601-1-en.xml --xml-file-out tests/iso-tc154-8601-1-en.out.xml
Update version in pom.xml
, e.g.:
<groupId>org.metanorma</groupId>
<artifactId>mn2sts</artifactId>
<version>1.9</version>
<name>Metanorma MN XML to NISO STS XML converter</name>
Build the package using instructions above, the package will be created at:
target/mn2sts-{version}.jar
Tag the same version in Git:
git tag v1.9
git push origin v1.9
Then the corresponding GitHub release will be automatically created at: https://github.com/metanorma/mn2sts/releases