File tree Expand file tree Collapse file tree
misc/extension_api_validation Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 # Used for the cache key. Add version suffix to force clean build.
88 GODOT_BASE_BRANCH : master
99 # Used for the godot-cpp checkout.
10- GODOT_CPP_BRANCH : ' 4.2 '
10+ GODOT_CPP_BRANCH : ' 4.3 '
1111
1212concurrency :
1313 group : ci-${{github.actor}}-${{github.head_ref || github.run_number}}-${{github.ref}}-cpp-tests
Original file line number Diff line number Diff line change 1+ This file contains the expected output of --validate-extension-api when run against the extension_api.json of the
2+ 4.3-stable tag (the basename of this file).
3+
4+ Only lines that start with "Validate extension JSON:" matter, everything else is considered a comment and ignored. They
5+ should instead be used to justify these changes and describe how users should work around these changes.
6+
7+ Add new entries at the end of the file.
8+
9+ ## Changes between 4.3-stable and 4.4-stable
You can’t perform that action at this time.
0 commit comments