Releases: fjogeleit/yaml-update-action
Releases · fjogeleit/yaml-update-action
v0.16.0
What's Changed
- Update README.md by @fkapsahili in #580
- Fix masterBranchName mentioned twice by @Henry-Hiles in #588
- Use masterBranchName as fallback if branch or targetBranch are not defined by @fjogeleit in #590
New Contributors
- @fkapsahili made their first contribution in #580
- @Henry-Hiles made their first contribution in #588
Full Changelog: v0.1...v0.16.0
Multifile Support
What's Changed
- feat: allow multifile yaml by @holzgeist in #570
New Contributors
- @holzgeist made their first contribution in #570
Full Changelog: v0.14.0...v0.15.0
Tooling Updates
What's Changed
- feat: allow force pushes by @aiell0 in #555
- Handle PR exists as info instead failing by @fjogeleit in #557
- Upgrade to Node20 by @fjogeleit in #559
- Update Tooling by @fjogeleit in #560
New Contributors
Full Changelog: v0.13.2...v0.14.0
Dependency Updates
QuotingType Input
Dependency Update
- Update depdencies
- Use the general Github username and email for commit YAML changes
Fix noCompatMode input value
- Add default value for
noCompatMode
valueFile
,propertyPath
andvalue
input is not longer required if you use thechanges
input- add logging for branch pushes
noCompatMode Input to configure quote behavior
New noCompatMode
input to configure the quote behavior for reserved keys
What's Changed
- Add input to configure noCompatMode by @fjogeleit in #528
Full Changelog: v0.12.1...v0.12.2
Fix YAML Formatting
JSON Support
What's Changed
- Add method input to configure the behavior for none existing properties by @fjogeleit in #519
- Add support for JSON files by @fjogeleit in #521
- Support appending new items to Arrays
- deprecate
updateFile
property. Changes will be written into the file by default.
Full Changelog: v0.11.1...v0.12.0