Skip to content

Releases: fjogeleit/yaml-update-action

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.

New value types support

01 Jun 11:43
a77606c
Compare
Choose a tag to compare
  • This action now supports also bool, int, float and more value type support. See the test workflows as examples.
  • All supported types are listed in the upstream JS-YAML library

Advanced Commit and Pull Request Optiosn

16 Mar 23:01
860f428
Compare
Choose a tag to compare
  • Added commitUserName and commitUserEmail to configure Author information for the created Git commit
  • Added reviewers, teamReviewers and assignees options to configure reviewers and assignees for the optional created Pull Request

GitHub Enterprise Support

10 Mar 08:52
36a4fc4
Compare
Choose a tag to compare

New Input githubAPI to customize the GitHub BaseURL to support GitHub Enterprise as well.

Dependency Update

01 Mar 13:53
ef3d8c6
Compare
Choose a tag to compare
Merge pull request #465 from fjogeleit/dependency-update

Dependency Updates

Implement JSONPath

18 Jan 17:59
1c3b431
Compare
Choose a tag to compare
  • Use JSONPath (Check on NPM) to replace the YAML value
    • Support for JSONPath Queries as valuePath
    • Support for adding new Properties to the YAML

The $. prefix for JSONPaths is optional to be backward compatible with the previous custom implementation. Both propertyPaths have the same result:

  • $.backend.version
  • backend.version

If your query selects multiple values, only the first match will be updated.

Update Dependencies

12 Jan 09:45
Compare
Choose a tag to compare
  • Update Dependencies
  • Update Run NodeJS Version to v16 LTS

Skip commit when nothing changed

09 Sep 16:13
b3f82c2
Compare
Choose a tag to compare

#277

  • Don't commit and create a PR when nothing changed

Parametrize master branch name

03 Sep 08:28
Compare
Choose a tag to compare

#270

Add new parameter masterBranchName to change the name of your master branch