Skip to content

Commit

Permalink
fix(freestyle): add help text and link
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielHabenicht authored Mar 12, 2020
1 parent fea557e commit b06f88e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/freestyle/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"name": "freestyle",
"friendlyName": "Semantic Release Freestyle",
"description": "Task for simplifying Semantic Release (${version})",
"helpMarkDown": "",
"helpMarkDown": "Find help on Github",
"helpUrl": "https://github.com/DanielHabenicht/AzurePipelines-SemanticRelease/issues",
"category": "Utility",
"visibility": [
"Build",
Expand Down Expand Up @@ -147,4 +148,4 @@
"target": "index.js"
}
}
}
}

0 comments on commit b06f88e

Please sign in to comment.