From 30a312df290fc4ae8578dad137013f2ae2b34b7a Mon Sep 17 00:00:00 2001 From: Akash Satheesan Date: Mon, 31 May 2021 20:41:58 +0530 Subject: [PATCH] docs: change header depth --- docs/MAINTAINING.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/MAINTAINING.md b/docs/MAINTAINING.md index f7bcce73..c56e5b33 100644 --- a/docs/MAINTAINING.md +++ b/docs/MAINTAINING.md @@ -3,7 +3,6 @@ # Maintaining - [Maintaining](#maintaining) -- [Maintaining](#maintaining-1) - [Workflow](#workflow) - [Milestones](#milestones) - [Triage](#triage) @@ -14,7 +13,7 @@ - [Changelog](#changelog) - [Release](#release) - [Release Manager Rotation](#release-manager-rotation) - - [Publishing a release](#publishing-a-release) + - [Publishing a release](#publishing-a-release) @@ -102,7 +101,7 @@ If you're the current release manager, follow these steps: 2. Fill out checklist 3. After release is published, close release milestone -## Publishing a release +### Publishing a release 1. Run `yarn release:prep` and type in the new version i.e. 3.8.1 2. GitHub actions will generate the `npm-package`, `release-packages` and `release-images` artifacts.