Skip to content

Commit

Permalink
#3585 create versioned XSD too
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Dec 1, 2024
1 parent 1dd9035 commit adb6ee1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .rultor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,9 @@ release:
sudo /bin/bash -c "cd '$(pwd)'; git clean -fd"
cp /tmp/XMIR.xsd .
sed -i "s|SNAPSHOT|${tag}|" XMIR.xsd
git add XMIR.xsd
mkdir -p xsd
cp XMIR.xsd "xsd/XMIR-${tag}.xsd"
git add XMIR.xsd "xsd/XMIR-${tag}.xsd"
git commit -am "XMIR XSD ${tag}"
rm -rf objectionary
cp -R /tmp/objectionary .
Expand Down

0 comments on commit adb6ee1

Please sign in to comment.