From 0794336fd4921fdfc1c3bac179f4e9de66302701 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 16 Jun 2023 00:54:12 +0100 Subject: [PATCH] Makefile: update release checklist for experience with 1.1.8 Signed-off-by: Ian Jackson --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 17fe0d7..b49ba1b 100644 --- a/Makefile +++ b/Makefile @@ -118,11 +118,13 @@ very-clean: clean # # == commitment point == # -# make version update MR, merge into main +# make version update MR (see above), merge into main +# # release-rust-crate hippotat $VERSION # make publish publish-make-current PUBLISH_VERSION=$VERSION # dgit -wgfa push-source sid # git-push --dry-run --follow-tags origin +# git-push --follow-tags origin # # release announcement on mailing list and/or blog post -- 2.30.2