docs: fix typos in doc/development/release-process.md

This commit is contained in:
Surav Shrestha 2023-10-26 10:25:09 +05:45
parent 7c27cb9801
commit 4189664627

View File

@ -40,7 +40,7 @@ Run the following command to create the release:
make version VERSION=v1.20.2 make version VERSION=v1.20.2
``` ```
The above command wilL: The above command will:
- Update and compile the migration scripts into go files. - Update and compile the migration scripts into go files.
- Bump the version name in the go code. - Bump the version name in the go code.