Parcourir la source

Add source code archive to the release process

Leo il y a 9 ans
Parent
commit
9b0f8f7c1d
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  1. 3 0
      release.sh

+ 3 - 0
release.sh

@@ -11,4 +11,7 @@ git tag -s v$(cat VERSION) -m "Release $(cat VERSION)"
 
 # Cleanup dist directory to put the new archives
 rm -r dist/*
+# Binary archives
 ./0install.sh
+# Source code
+./pkg.sh