mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Document proto annotations scripts
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
# Verifies proto annotations to ensure all new proto fields and messages are annotated by comparing it with etcd_version_annotations.txt file.
|
||||
# This scripts is automatically run by CI to prevent pull requests missing adding a proto annotation.
|
||||
|
||||
set -o errexit
|
||||
set -o nounset
|
||||
|
||||
Reference in New Issue
Block a user