From 606eb3dcce7a371644c3055f19b9f12e5445e0ae Mon Sep 17 00:00:00 2001 From: duke Date: Thu, 9 Feb 2023 23:05:44 +0000 Subject: [PATCH] Update 'doc/release-process.md' --- doc/release-process.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/release-process.md b/doc/release-process.md index d0feb9393..81ccbec7e 100644 --- a/doc/release-process.md +++ b/doc/release-process.md @@ -93,7 +93,7 @@ Install deps on Linux: - They only provide limited security, because they talk about the past, not future block heights. - Try to generate checkpoints as close to the release as possible, so you can have a recent block height be protected. - For instance, don't update checkpoints and then do a release a month later. You can always update checkpoint data again or multiple times - - Update copyright years (if applicable) with util/replace.pl + - Update copyright years if applicable. Example: `./util/update-copyrights.h 2022 2023` - Update doc/relnotes/README.md - To get the stats of file changes: `git diff --stat master...dev` - Do a fresh clone and fresh sync with new checkpoints