Skip to content

Commit f15217a

Browse files
committed
fix overview and tags **NO_CI**
1 parent c8592fb commit f15217a

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

Extension/overview.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Visual Studio Team Services Build and Release Management extensions that help yo
88

99
* **[Patch JSON Files](https://github.com/geeklearningio/gl-vsts-tasks-file-patch/wiki/Patch-JSON-Files)**: Patch JSON files using JSON patch syntax
1010
* **[Patch XML Files](https://github.com/geeklearningio/gl-vsts-tasks-file-patch/wiki/Patch-XML-Files)**: Patch XML files using XPath and JSON patch syntaxes
11+
* **[Patch YAML Files](https://github.com/geeklearningio/gl-vsts-tasks-file-patch/wiki/Patch-YAML-Files)**: Patch YAML files using JSON patch syntax
1112

1213
## Steps
1314

@@ -21,6 +22,9 @@ The [source](https://github.com/geeklearningio/gl-vsts-tasks-file-patch) for thi
2122

2223
## Release Notes
2324

25+
> **10-7-2016**
26+
> - Added: Patch YAML File
27+
2428
> **8-3-2016**
2529
> - Added: Patch JSON File
2630
> - Added: Patch XML File

Extension/vss-extension.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"tags": [
2020
"json",
2121
"xml",
22+
"yaml",
2223
"patch",
2324
"utility",
2425
"file"

0 commit comments

Comments
 (0)