docs: change header depth

This commit is contained in:
Akash Satheesan 2021-05-31 20:41:58 +05:30 committed by Joe Previte
parent 857c62ae1d
commit 30a312df29
No known key found for this signature in database
GPG Key ID: 2C91590C6B742C24
1 changed files with 2 additions and 3 deletions

View File

@ -3,7 +3,6 @@
# Maintaining # Maintaining
- [Maintaining](#maintaining) - [Maintaining](#maintaining)
- [Maintaining](#maintaining-1)
- [Workflow](#workflow) - [Workflow](#workflow)
- [Milestones](#milestones) - [Milestones](#milestones)
- [Triage](#triage) - [Triage](#triage)
@ -14,7 +13,7 @@
- [Changelog](#changelog) - [Changelog](#changelog)
- [Release](#release) - [Release](#release)
- [Release Manager Rotation](#release-manager-rotation) - [Release Manager Rotation](#release-manager-rotation)
- [Publishing a release](#publishing-a-release) - [Publishing a release](#publishing-a-release)
<!-- END doctoc generated TOC please keep comment here to allow auto update --> <!-- END doctoc generated TOC please keep comment here to allow auto update -->
@ -102,7 +101,7 @@ If you're the current release manager, follow these steps:
2. Fill out checklist 2. Fill out checklist
3. After release is published, close release milestone 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 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. 2. GitHub actions will generate the `npm-package`, `release-packages` and `release-images` artifacts.