X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=RELEASING;h=edbd9d37410737bea54c3a23f3e9260346d8b1aa;hp=3ee69ce20e737df667e98c94660d4c7217f2af6c;hb=a48f3687785b2c138b2c47848bd05512fc893a0b;hpb=da2403c310fb7ae65cd63cdd2895c3987d77848f diff --git a/RELEASING b/RELEASING index 3ee69ce2..edbd9d37 100644 --- 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.