]> git.notmuchmail.org Git - notmuch/blobdiff - RELEASING
fix notmuch_message_file_get_header
[notmuch] / RELEASING
index 3ee69ce20e737df667e98c94660d4c7217f2af6c..edbd9d37410737bea54c3a23f3e9260346d8b1aa 100644 (file)
--- a/RELEASING
+++ b/RELEASING
@@ -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
@@ -60,9 +60,10 @@ Here are the steps to follow to create a new notmuch release:
          the tag with your GPG key (asks for your GPG password, and you
          may need to set GIT_COMMITTER_NAME and GIT_COMMITTER_EMAIL to match
          your public-key's setting or this fails.)
+       * Push that tag
        * Provide some text for the release announcement (see below).
-         If for some reason you lost this message, "make release-publish-message"
-         prints it for you.
+         If for some reason you lose this message, "make release-message"
+         prints it again for you.
 
 7) Increment the notmuch version by adding a .1 micro number, commit, and push.