We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3b91fc commit cb3dc37Copy full SHA for cb3dc37
src/GitVersionTfsTask/manifest.json
@@ -30,15 +30,18 @@
30
"githubflow"
31
],
32
"links": {
33
- "documentation": {
+ "learn": {
34
"uri": "http://gitversion.readthedocs.org/en/latest"
35
},
36
"getstarted": {
37
"uri": "http://gitversion.readthedocs.org/en/latest/build-server-support/build-server/tfs-build-vnext/#running-inside-tfs"
38
39
- "repository": {
40
- "uri": "https://github.com/GitTools/GitVersion"
41
- }
+ "license": {
+ "uri": "https://github.com/GitTools/GitVersion/blob/master/LICENSE"
+ },
42
+ "support": {
43
+ "uri": "https://github.com/GitTools/GitVersion/issues"
44
+ }
45
46
"screenshots": [
47
{
0 commit comments