Open vvagaytsev opened 1 year ago
According to the migration guide this has landed with 0.13.
Template variable names will use camelCase everywhere, no more snake_case or kebab-case
However it looks like this renaming has not been done yet, right? The migration guide should probably get adjusted.
Good catch, @hnicke! Thanks for reporting this! Yes, this change hasn't been addressed in 0.13. We'll revisit and update the migration guide.
A follow-up PR is #4825.
Settle on
camelCase
overkebab-case
in template contexts, deprecate anythingkebab-cased
. Make sure to look at module/action output keys.