about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorDave Collins <davec@conformal.com>2011-10-04 11:46:00 -0500
committerDave Collins <davec@conformal.com>2011-10-04 11:46:00 -0500
commit899b8a1f96e70c558d204c6610e8bdd706c11aa8 (patch)
tree9eccb2a4697c2f3f4bf3fee9b8d88429626f0ffc
parentd9906bfdbd66919eb43edf4f6ce60385ca199097 (diff)
downloadxombrero-899b8a1f96e70c558d204c6610e8bdd706c11aa8.tar.gz
Minor release script cleanup.
-rwxr-xr-xrelease.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/release.sh b/release.sh
index 7b70f97..5c1ae9a 100755
--- a/release.sh
+++ b/release.sh
@@ -2,10 +2,9 @@
 #
 # Prepares a release:
 #   - Bumps version according to specified level (major, minor, or patch)
-#   - Updates all necessary headers new version
+#   - Updates all necessary headers with new version
 #   - Commits the changes
 #   - Tags the release
-#   - Pushes changes to origin repository
 #   - Creates a release tarball
 
 PROJECT=xxxterm
@@ -26,7 +25,6 @@ report_err()
 }
 
 
-CUR_DIR=$(pwd)
 cd "$(dirname $0)"
 
 # verify header exists