diff options
Diffstat (limited to 'RELEASING')
-rw-r--r-- | RELEASING | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |