From 33a4dc962715b6a65c1aa7c8449853a4fea13316 Mon Sep 17 00:00:00 2001 From: mpoke Date: Tue, 5 Dec 2023 14:14:09 +0100 Subject: [PATCH] update unclog instructions --- RELEASE_PROCESS.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/RELEASE_PROCESS.md b/RELEASE_PROCESS.md index ef0863ed4f..c24b405cb6 100644 --- a/RELEASE_PROCESS.md +++ b/RELEASE_PROCESS.md @@ -58,6 +58,13 @@ Before cutting a _**release candidate**_ (e.g., `v3.3.0-rc0`), the following ste ```bash unclog release v3.3.0 ``` + - `unclog release` requires an editor. This can be set either by configuring + an `$EDITOR` environment variable or by manually specify an editor binary path + via the `--editor` flag. +- add the date as the summary of the release (`unclog release` requires adding a summary), e.g., + ```md + *December 5, 2023* + ``` - update `CHANGELOG.md`, i.e., ```bash unclog build > CHANGELOG.md