We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb4e2dc commit 8972336Copy full SHA for 8972336
Makefile
@@ -127,7 +127,7 @@ generate-proto-docs: pull-schemas-submodule
127
&& rm -f ${PWD}/$(DOCS_DIR)/reference/specifications/protos-with-toc.md
128
129
# update or add the publicly served schema at https://flagd.dev/schema/${JSON_SCHEMA_VERSION}/flags.json
130
-# update JSON_SCHEMA_VERSION var at the top of this file with a the version to be updated or addeds
+# update JSON_SCHEMA_VERSION var at the top of this file with the version to be updated or added and served publicly
131
.PHONY: update-public-schema
132
update-public-schema: pull-schemas-submodule
133
rm -rf ./$(PUBLIC_JSON_SCHEMA_DIR) || true
0 commit comments