diff options
author | Carl Worth <cworth@cworth.org> | 2010-04-05 15:26:08 -0700 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2010-04-05 15:31:15 -0700 |
commit | cdb6e12d8c32b21ca844e85d35a11033d54f7a01 (patch) | |
tree | dcb4f53fe3aaaac5b095e718794248ca1b0c755b /RELEASING | |
parent | 680cc4c11a6025da1809528419e923275f8f85b0 (diff) |
Makefile: Start implementing a "make release" target.
So far just doing checks that the version is sane and that no release
of the same version already exists.
Diffstat (limited to 'RELEASING')
-rw-r--r-- | RELEASING | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -45,7 +45,7 @@ Here are the steps to follow to create a new notmuch release: Commit this change. -6) Run "make release-publish" which will perform the following steps: +6) Run "make release" which will perform the following steps: * Check that the notmuch version consists of only two components * Check that no release exists with the current version |