Skip to content

Commit 38dc212

Browse files
committed
Fix stale make help text for check target
Include behavior-model/drift checks, Kotlin, and API version sync in the help description to match what `make check` actually runs.
1 parent f97b325 commit 38dc212

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,6 +482,6 @@ help:
482482
@echo " release VERSION=x.y.z Tag and push a global release (triggers all SDK releases)"
483483
@echo ""
484484
@echo "Combined:"
485-
@echo " check Run all checks (Smithy + Go + TypeScript + Ruby + Swift + Conformance + Provenance)"
485+
@echo " check Run all checks (Smithy + behavior-model/drift + Go + TypeScript + Ruby + Swift + Kotlin + Conformance + Provenance + API version sync)"
486486
@echo " clean Remove all build artifacts"
487487
@echo " help Show this help"

0 commit comments

Comments
 (0)