github-actions
released this
18 Feb 00:30
·
1003 commits
to master
since this release
- Added reduce function (#674). This will allow users to merge files given to the command without needed to specific each file in the merge command - see https://mikefarah.gitbook.io/yq/operators/reduce#merge-all-yaml-files-together
- Breaking change: Array merges now behave like
jq
and no longer deeply merge by default. (#725)