Skip to content

Commit

Permalink
Swapped the layout
Browse files Browse the repository at this point in the history
  • Loading branch information
rfennell committed Mar 10, 2020
1 parent db76831 commit e54b592
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion Extensions/XplatGenerateReleaseNotes/V2/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@
"name": "advanced",
"displayName": "Advanced",
"isExpanded": false
},
{
"name": "handlebars",
"displayName": "Handlebars",
"isExpanded": false
},
{
"name": "outputs",
Expand Down Expand Up @@ -162,7 +167,7 @@
"defaultValue": "",
"required": false,
"helpMarkDown": "A custom Handlebars extension written as a JavaScript module e.g. module.exports = {foo: function () {return 'Returns foo';}};",
"groupName":"advanced"
"groupName":"handlebars"
}

],
Expand Down
2 changes: 1 addition & 1 deletion Extensions/XplatGenerateReleaseNotes/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ The task takes the following parameters
* (Advanced V2 only) anyFieldContent symbol to represent any value when match field in the WI Loop, defaults to equals '*'
* (Advanced V2 only) Do not generate release notes of a re-deploy. If this is set, and a re-deploy occurs the task will succeeds with a warning
* (Advanced V2 only) Primary Only. If this is set only WI and CS associated with primary artifact are listed, default is false so all artifacts scanned.
* (Advanced V2 only) customHandlebarsExtensionCode. A custom Handlebars extension written as a JavaScript module e.g. module.exports = {foo: function () {return 'Returns foo';}};
* (Handlebars V2 only) customHandlebarsExtensionCode. A custom Handlebars extension written as a JavaScript module e.g. module.exports = {foo: function () {return 'Returns foo';}};
* (Outputs) Optional: Name of the variable that release notes contents will be copied into for use in other tasks. As an output variable equates to an environment variable, so there is a limit on the maximum size. For larger release notes it is best to save the file locally as opposed to using an output variable.

## Output location ##
Expand Down

0 comments on commit e54b592

Please sign in to comment.