Skip to content

Releases: fjogeleit/yaml-update-action

Tooling Updates

01 Feb 09:34
ada2af9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.13.2...v0.14.0

Dependency Updates

20 Nov 21:11
8093e03
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.13.1...v0.13.2

QuotingType Input

26 Jun 11:22
ce08f5c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.13.0...v0.13.1

Dependency Update

11 Apr 09:05
Compare
Choose a tag to compare
  • Update depdencies
  • Use the general Github username and email for commit YAML changes

Fix noCompatMode input value

07 Dec 16:08
Compare
Choose a tag to compare
  • Add default value for noCompatMode
  • valueFile, propertyPath and value input is not longer required if you use the changes input
  • add logging for branch pushes

noCompatMode Input to configure quote behavior

17 Nov 12:11
7600af2
Compare
Choose a tag to compare

New noCompatMode input to configure the quote behavior for reserved keys

What's Changed

Full Changelog: v0.12.1...v0.12.2

Fix YAML Formatting

17 Nov 00:21
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.12.0...v0.12.1

JSON Support

16 Nov 14:24
520bafd
Compare
Choose a tag to compare

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

Fix No Tree Info

27 Oct 09:10
Compare
Choose a tag to compare
  • Fixed check if an actual changed happened and skip git steps if no value changed

Multi File and Values support

10 Oct 11:15
ebdcbcb
Compare
Choose a tag to compare

Support for multiple changes in a single or multiple files with the new changes input.