Browse Source

Add source code archive to the release process

Leo 9 years ago
parent
commit
9b0f8f7c1d
1 changed files with 3 additions and 0 deletions
  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
 # Cleanup dist directory to put the new archives
 rm -r dist/*
 rm -r dist/*
+# Binary archives
 ./0install.sh
 ./0install.sh
+# Source code
+./pkg.sh