while I'm at it, document some more

This commit is contained in:
Garvin Hicking 2012-05-16 12:18:30 +02:00
parent 747b72dd14
commit 45d99592e0

View file

@ -1,6 +1,16 @@
#!/bin/bash
# Script used to upload release tarball.
# 1. Make sure serendipity_config.inc.php points to proper version
# 2. Make sure a release tag for git exists
# 3. In this script: Change version numbers, git checkout path
# 4. Make sure docs/NEWS is updated
# 4.1 Update docs/NEWS of all other branches (master, 2.0, etc.)
# 5. Write blog entry, change version number in sidebar
# 6. Execute this script (make sure proper version numbers exists)
# 7. Change s9y.org downloads page
cd git/s9y_16
git archive --output release.tar --prefix serendipity/ 1.6.2
mv release.tar ../../