summaryrefslogtreecommitdiff
path: root/RELEASING
diff options
context:
space:
mode:
Diffstat (limited to 'RELEASING')
-rw-r--r--RELEASING3
1 files changed, 2 insertions, 1 deletions
diff --git a/RELEASING b/RELEASING
index e32ecf67..afc9f432 100644
--- a/RELEASING
+++ b/RELEASING
@@ -19,7 +19,8 @@ The process for releasing a new tarball is as follows:
3. Update your module version (usually found in configure.ac)
$ vi configure.ac # bump version
- $ git push origin # make sure you're on the release branch
+ $ git commit
+ $ git push origin # make sure you're on the release branch
4. Verify your module builds