From f3faffc316749cab43eb9185ee9aa5fe28ddf2bf Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Sat, 14 Nov 2020 18:21:07 -0500 Subject: [PATCH] Fuck Github --- doc/release-process.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/doc/release-process.md b/doc/release-process.md index 26c597520..b5dee897d 100644 --- a/doc/release-process.md +++ b/doc/release-process.md @@ -2,25 +2,23 @@ ## Pre-release -### Github Issues +### Git Issues -Looks for Github issues that should be fixed in the next release. +Look for Git issues that should be fixed in the next release. ### Pre-release checklist: - -... + * Is this release changing consensus rules? ### Protocol Safety Checks: + * Does MIN_PROTO_VERSION need to change? + ## Release dependencies -Instal deps on Linxu: +Install deps on Linux: apt-get install help2man debchange -You can optionally install the `progressbar2` Python module with pip to have a -progress bar displayed during the build process. - ## Release process ...