VOL-4840 - Tracing ticket for release documentation.

release_notes/voltha_2.11.rst
-----------------------------
  o Version string updates for a few released components.

howto/release/index.rst
howto/release/components/index.rst
----------------------------------

howto/release/preparation.rst
howto/release/components/onos_dependencies.rst
----------------------------------------------
  o Begin documenting the variant release process for onos components.
  o ONOS publishes builds through maven central -vs- github and tags.

Misc text edits within documents to improve clarity.

Change-Id: Ib1179a1a9ea7c9c6e02f40644ab29fbbd7a83443
diff --git a/howto/code/linting.rst b/howto/code/linting.rst
index 1dcce7a..76f19ca 100644
--- a/howto/code/linting.rst
+++ b/howto/code/linting.rst
@@ -39,7 +39,7 @@
 Makefile help
 ~~~~~~~~~~~~~
 
-Individual Makefiles support a help targe that will display a list of
+Individual Makefiles support a help target that will display a list of
 targets and functionality supported.
 
 .. code:: bash
@@ -140,9 +140,9 @@
 
 Notes:
 
-- pylint --py3k options is no longer supported by v3.10+
+- pylint the --py3k option is no longer supported by v3.10+
 - lint-python target dependency will create a `python virtual env <https://wiki.opennetworking.org/display/JOEY/PythonVenv>`_
-- python 3.10+ requires `virtual env patching <https://gerrit.opencord.org/plugins/gitiles/voltha-docs/+/refs/heads/master/patches/>`_
+- python 3.10+ requires `virtual env patching <https://gerrit.opencord.org/plugins/gitiles/voltha-docs/+/refs/heads/master/patches/>`_ (dynamic, applied when needed).
 
 |