diff --git a/doc/design/release.md b/doc/design/release.md index af41c4ad7d..21656ac728 100644 --- a/doc/design/release.md +++ b/doc/design/release.md @@ -8,12 +8,6 @@ Ensure you have `autoconf`, `automake`, and `libtool` installed. On Fedora, you dnf install autoconf automake libtool ``` -Install [pyjq](https://pypi.org/project/pyjq/) using `pip`. Finally install [yq](https://github.com/mikefarah/yq) (using `snap` on Fedora): - -``` -snap install yq -``` - ## Step 1: Verify Manifests We need to ensure that `./manifests` folder is in sync with the templates in `deploy/chart/templates`. * Make sure you have a clean workspace. `git status` should show no change(s) or untracked file.