api: remove vNalphaM as style guide recommendation. (#8269)

We want to have just vN and vNalpha going forward as part of the v3
work.

Signed-off-by: Harvey Tuch <htuch@google.com>

Mirrored from https://github.com/envoyproxy/envoy @ 33511078f1f7e9cdd31b7a48b63f09de6afe46c6
pull/620/head
data-plane-api(CircleCI) 5 years ago
parent 2ef441a5b1
commit ac6527e568
  1. 5
      STYLE.md

@ -47,9 +47,8 @@ In addition, the following conventions should be followed:
* Protos for configs and services that are not implemented immediately in
Envoy, or are under active design and development should be versioned
"v2alpha". If several iterations of the alpha API are expected, then versions
"v2alpha1", "v2alpha2", and so on are preferred. Alpha-versioned protos are
considered experimental and are not required to preserve compatibility.
"vNalpha". See the [stable API versioning
policy](https://github.com/envoyproxy/envoy/issues/6271).
* Every proto directory should have a `README.md` describing its content. See
for example [envoy.service](envoy/service/README.md).

Loading…
Cancel
Save