From 8bf20dd54590b1676d8a8de12c9dcfe079b727cb Mon Sep 17 00:00:00 2001 From: albertony <12441419+albertony@users.noreply.github.com> Date: Thu, 10 Jul 2025 21:55:04 +0200 Subject: [PATCH] docs: fix markdownlint issue md025/single-title --- RELEASE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index cd36ac5b1..9ca71989d 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -24,7 +24,7 @@ This file describes how to make the various kinds of releases - make retag - git push origin # without --follow-tags so it doesn't push the tag if it fails - git push --follow-tags origin -- # Wait for the GitHub builds to complete then... +- \# Wait for the GitHub builds to complete then... - make fetch_binaries - make tarball - make vendorball @@ -34,7 +34,7 @@ This file describes how to make the various kinds of releases - make upload_website - make upload_github - make startdev # make startstable for stable branch -- # announce with forum post, twitter post, patreon post +- \# announce with forum post, twitter post, patreon post ## Update dependencies