fix: use sortMapEntries in writeYaml (#4091)
### Description It includes usage of sortMapEntries option in yamlStringify function called in writeYaml function. ### Drive-by changes None ### Related issues - Fixes #4057 ### Backward compatibility Yes Because I've converted the argument 2 into the indent option as documented in yaml library. ### Testing Manual by trying to reproduce the issue in the same way.pull/4077/head
parent
1687fca93c
commit
46652c62a8
@ -0,0 +1,5 @@ |
|||||||
|
--- |
||||||
|
'@hyperlane-xyz/cli': patch |
||||||
|
--- |
||||||
|
|
||||||
|
Fix the missing sorting in the YAML file generated |
Loading…
Reference in new issue