From 29881465931b73ca034c4c745146af74561bc5ba Mon Sep 17 00:00:00 2001 From: Joe Previte Date: Tue, 1 Nov 2022 10:17:48 -0700 Subject: [PATCH] docs: add back line in publishing release See https://github.com/coder/code-server/pull/5732#discussion_r1010685933 --- docs/MAINTAINING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/MAINTAINING.md b/docs/MAINTAINING.md index 6956bb669..8620bdf1d 100644 --- a/docs/MAINTAINING.md +++ b/docs/MAINTAINING.md @@ -141,7 +141,7 @@ changelog](https://github.com/emacs-mirror/emacs/blob/master/etc/NEWS). ### Publishing a release -1. Create a new branch called `release` +1. Create a new branch called `release/v0.0.0` (replace 0s with actual version aka v4.5.0) 1. Run `yarn release:prep` 1. Bump chart version in `Chart.yaml`. 1. Summarize the major changes in the `CHANGELOG.md`