← all change records
#3458273 Config actions have standardized on camel case for a better developer experience
Generated 2026-08-02 14:00 UTC
Matching rules (2)
- from:
api_key: config_action_simple_config_update
file_glob: recipe.yml
yaml_paths:
- config.simple_config_update
kind: yaml_key_path
to:
api_key: config_action_simpleConfigUpdate
file_glob: recipe.yml
yaml_paths:
- config.simpleConfigUpdate
- from:
api_key: config_action_ensure_exists
file_glob: recipe.yml
yaml_paths:
- config.ensure_exists
kind: yaml_key_path
to:
api_key: config_action_createIfNotExists
file_glob: recipe.yml
yaml_paths:
- config.createIfNotExists
No contrib projects currently use either side of this change.