envoyproxy/envoy

Add check_format fix to prevent things like v2alpha1 in any package namespace

Open

#8,131 opened on Sep 3, 2019

View on GitHub
 (1 comment) (0 reactions) (0 assignees)C++ (5,373 forks)batch import
api/v3help wanted

Repository metrics

Stars
 (27,997 stars)
PR merge metrics
 (Avg merge 8d) (378 merged PRs in 30d)

Description

The Envoy versioning scheme is vN, vNalpha, v(N+1), v(N+1)alpha. We should avoid irregularities like v2alpha1 which exist today via a presubmit.

Contributor guide