Skip to content

Commit cdf7008

Browse files
committed
Merge pull request #814 from GitTools/feature/691
1 parent b30860f commit cdf7008

File tree

56 files changed

+729
-406
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+729
-406
lines changed

dist/azure/gitreleasemanager/addasset/bundle.js

Lines changed: 11 additions & 3 deletions
Large diffs are not rendered by default.

dist/azure/gitreleasemanager/addasset/task.json

Lines changed: 50 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -21,47 +21,54 @@
2121
}
2222
},
2323
"instanceNameFormat": "gitreleasemanager/addasset",
24-
"inputs": [{
25-
"name": "owner",
26-
"type": "string",
27-
"label": "The owner of the repository",
28-
"defaultValue": "",
29-
"required": true,
30-
"helpMarkDown": "The owner of the repository"
31-
}, {
32-
"name": "repository",
33-
"type": "string",
34-
"label": "The name of the repository",
35-
"defaultValue": "",
36-
"required": true,
37-
"helpMarkDown": "The name of the repository"
38-
}, {
39-
"name": "token",
40-
"type": "string",
41-
"label": "The access token to access GitHub with",
42-
"defaultValue": "",
43-
"required": true,
44-
"helpMarkDown": "The access token to access GitHub with"
45-
}, {
46-
"name": "tagName",
47-
"type": "string",
48-
"label": "The name of the release",
49-
"defaultValue": "",
50-
"required": true,
51-
"helpMarkDown": "The name of the release"
52-
}, {
53-
"name": "assets",
54-
"type": "multiLine",
55-
"label": "Path(s) to the file(s) to include in the release",
56-
"defaultValue": "",
57-
"required": false,
58-
"helpMarkDown": "Path(s) to the file(s) to include in the release. Separated by newline"
59-
}, {
60-
"name": "targetDirectory",
61-
"type": "string",
62-
"label": "The directory on which GitReleaseManager should be executed. Defaults to current directory",
63-
"defaultValue": "",
64-
"required": false,
65-
"helpMarkDown": "The directory on which GitReleaseManager should be executed. Defaults to current directory"
66-
}]
24+
"inputs": [
25+
{
26+
"name": "owner",
27+
"type": "string",
28+
"label": "The owner of the repository",
29+
"defaultValue": "",
30+
"required": true,
31+
"helpMarkDown": "The owner of the repository"
32+
},
33+
{
34+
"name": "repository",
35+
"type": "string",
36+
"label": "The name of the repository",
37+
"defaultValue": "",
38+
"required": true,
39+
"helpMarkDown": "The name of the repository"
40+
},
41+
{
42+
"name": "token",
43+
"type": "string",
44+
"label": "The access token to access GitHub with",
45+
"defaultValue": "",
46+
"required": true,
47+
"helpMarkDown": "The access token to access GitHub with"
48+
},
49+
{
50+
"name": "tagName",
51+
"type": "string",
52+
"label": "The name of the release",
53+
"defaultValue": "",
54+
"required": true,
55+
"helpMarkDown": "The name of the release"
56+
},
57+
{
58+
"name": "assets",
59+
"type": "multiLine",
60+
"label": "Path(s) to the file(s) to include in the release",
61+
"defaultValue": "",
62+
"required": false,
63+
"helpMarkDown": "Path(s) to the file(s) to include in the release. Separated by newline"
64+
},
65+
{
66+
"name": "targetDirectory",
67+
"type": "string",
68+
"label": "The directory on which GitReleaseManager should be executed. Defaults to current directory",
69+
"defaultValue": "",
70+
"required": false,
71+
"helpMarkDown": "The directory on which GitReleaseManager should be executed. Defaults to current directory"
72+
}
73+
]
6774
}

dist/azure/gitreleasemanager/close/bundle.js

Lines changed: 11 additions & 3 deletions
Large diffs are not rendered by default.

dist/azure/gitreleasemanager/close/task.json

Lines changed: 42 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -21,40 +21,46 @@
2121
}
2222
},
2323
"instanceNameFormat": "gitreleasemanager/close",
24-
"inputs": [{
25-
"name": "owner",
26-
"type": "string",
27-
"label": "The owner of the repository",
28-
"defaultValue": "",
29-
"required": true,
30-
"helpMarkDown": "The owner of the repository"
31-
}, {
32-
"name": "repository",
33-
"type": "string",
34-
"label": "The name of the repository",
35-
"defaultValue": "",
36-
"required": true,
37-
"helpMarkDown": "The name of the repository"
38-
}, {
39-
"name": "token",
40-
"type": "string",
41-
"label": "The access token to access GitHub with",
42-
"defaultValue": "",
43-
"required": true,
44-
"helpMarkDown": "The access token to access GitHub with"
45-
}, {
46-
"name": "milestone",
47-
"type": "string",
48-
"label": "The milestone to use",
49-
"defaultValue": "",
50-
"required": true,
51-
"helpMarkDown": "The milestone to use"
52-
}, {
53-
"name": "targetDirectory",
54-
"type": "string",
55-
"label": "The directory on which GitReleaseManager should be executed. Defaults to current directory",
56-
"defaultValue": "",
57-
"required": false,
58-
"helpMarkDown": "The directory on which GitReleaseManager should be executed. Defaults to current directory"
59-
}]
24+
"inputs": [
25+
{
26+
"name": "owner",
27+
"type": "string",
28+
"label": "The owner of the repository",
29+
"defaultValue": "",
30+
"required": true,
31+
"helpMarkDown": "The owner of the repository"
32+
},
33+
{
34+
"name": "repository",
35+
"type": "string",
36+
"label": "The name of the repository",
37+
"defaultValue": "",
38+
"required": true,
39+
"helpMarkDown": "The name of the repository"
40+
},
41+
{
42+
"name": "token",
43+
"type": "string",
44+
"label": "The access token to access GitHub with",
45+
"defaultValue": "",
46+
"required": true,
47+
"helpMarkDown": "The access token to access GitHub with"
48+
},
49+
{
50+
"name": "milestone",
51+
"type": "string",
52+
"label": "The milestone to use",
53+
"defaultValue": "",
54+
"required": true,
55+
"helpMarkDown": "The milestone to use"
56+
},
57+
{
58+
"name": "targetDirectory",
59+
"type": "string",
60+
"label": "The directory on which GitReleaseManager should be executed. Defaults to current directory",
61+
"defaultValue": "",
62+
"required": false,
63+
"helpMarkDown": "The directory on which GitReleaseManager should be executed. Defaults to current directory"
64+
}
65+
]
6066
}

dist/azure/gitreleasemanager/create/bundle.js

Lines changed: 11 additions & 3 deletions
Large diffs are not rendered by default.

dist/azure/gitreleasemanager/create/task.json

Lines changed: 82 additions & 71 deletions
Original file line numberDiff line numberDiff line change
@@ -21,75 +21,86 @@
2121
}
2222
},
2323
"instanceNameFormat": "gitreleasemanager/create",
24-
"inputs": [{
25-
"name": "owner",
26-
"type": "string",
27-
"label": "The owner of the repository",
28-
"defaultValue": "",
29-
"required": true,
30-
"helpMarkDown": "The owner of the repository"
31-
}, {
32-
"name": "repository",
33-
"type": "string",
34-
"label": "The name of the repository",
35-
"defaultValue": "",
36-
"required": true,
37-
"helpMarkDown": "The name of the repository"
38-
}, {
39-
"name": "token",
40-
"type": "string",
41-
"label": "The access token to access GitHub with",
42-
"defaultValue": "",
43-
"required": true,
44-
"helpMarkDown": "The access token to access GitHub with"
45-
}, {
46-
"name": "milestone",
47-
"type": "string",
48-
"label": "The milestone to use",
49-
"defaultValue": "",
50-
"required": false,
51-
"helpMarkDown": "The milestone to use"
52-
}, {
53-
"name": "name",
54-
"type": "string",
55-
"label": "The name of the release",
56-
"defaultValue": "",
57-
"required": false,
58-
"helpMarkDown": "The name of the release"
59-
}, {
60-
"name": "inputFilePath",
61-
"type": "string",
62-
"label": "The path to the file to be used as the content of the release notes",
63-
"defaultValue": "",
64-
"required": false,
65-
"helpMarkDown": "The path to the file to be used as the content of the release notes"
66-
}, {
67-
"name": "isPreRelease",
68-
"type": "boolean",
69-
"label": "Creates the release as a pre-release",
70-
"defaultValue": "false",
71-
"required": false,
72-
"helpMarkDown": "Creates the release as a pre-release"
73-
}, {
74-
"name": "targetcommitish",
75-
"type": "string",
76-
"label": "The commit to tag. Can be a branch or SHA. Defaults to repository's default branch",
77-
"defaultValue": "",
78-
"required": false,
79-
"helpMarkDown": "The commit to tag. Can be a branch or SHA. Defaults to repository's default branch"
80-
}, {
81-
"name": "targetDirectory",
82-
"type": "string",
83-
"label": "The directory on which GitReleaseManager should be executed. Defaults to current directory",
84-
"defaultValue": "",
85-
"required": false,
86-
"helpMarkDown": "The directory on which GitReleaseManager should be executed. Defaults to current directory"
87-
}, {
88-
"name": "assets",
89-
"type": "multiLine",
90-
"label": "Path(s) to the file(s) to include in the release",
91-
"defaultValue": "",
92-
"required": false,
93-
"helpMarkDown": "Path(s) to the file(s) to include in the release. Separated by newline"
94-
}]
24+
"inputs": [
25+
{
26+
"name": "owner",
27+
"type": "string",
28+
"label": "The owner of the repository",
29+
"defaultValue": "",
30+
"required": true,
31+
"helpMarkDown": "The owner of the repository"
32+
},
33+
{
34+
"name": "repository",
35+
"type": "string",
36+
"label": "The name of the repository",
37+
"defaultValue": "",
38+
"required": true,
39+
"helpMarkDown": "The name of the repository"
40+
},
41+
{
42+
"name": "token",
43+
"type": "string",
44+
"label": "The access token to access GitHub with",
45+
"defaultValue": "",
46+
"required": true,
47+
"helpMarkDown": "The access token to access GitHub with"
48+
},
49+
{
50+
"name": "milestone",
51+
"type": "string",
52+
"label": "The milestone to use",
53+
"defaultValue": "",
54+
"required": false,
55+
"helpMarkDown": "The milestone to use"
56+
},
57+
{
58+
"name": "name",
59+
"type": "string",
60+
"label": "The name of the release",
61+
"defaultValue": "",
62+
"required": false,
63+
"helpMarkDown": "The name of the release"
64+
},
65+
{
66+
"name": "inputFilePath",
67+
"type": "string",
68+
"label": "The path to the file to be used as the content of the release notes",
69+
"defaultValue": "",
70+
"required": false,
71+
"helpMarkDown": "The path to the file to be used as the content of the release notes"
72+
},
73+
{
74+
"name": "isPreRelease",
75+
"type": "boolean",
76+
"label": "Creates the release as a pre-release",
77+
"defaultValue": "false",
78+
"required": false,
79+
"helpMarkDown": "Creates the release as a pre-release"
80+
},
81+
{
82+
"name": "targetcommitish",
83+
"type": "string",
84+
"label": "The commit to tag. Can be a branch or SHA. Defaults to repository's default branch",
85+
"defaultValue": "",
86+
"required": false,
87+
"helpMarkDown": "The commit to tag. Can be a branch or SHA. Defaults to repository's default branch"
88+
},
89+
{
90+
"name": "targetDirectory",
91+
"type": "string",
92+
"label": "The directory on which GitReleaseManager should be executed. Defaults to current directory",
93+
"defaultValue": "",
94+
"required": false,
95+
"helpMarkDown": "The directory on which GitReleaseManager should be executed. Defaults to current directory"
96+
},
97+
{
98+
"name": "assets",
99+
"type": "multiLine",
100+
"label": "Path(s) to the file(s) to include in the release",
101+
"defaultValue": "",
102+
"required": false,
103+
"helpMarkDown": "Path(s) to the file(s) to include in the release. Separated by newline"
104+
}
105+
]
95106
}

dist/azure/gitreleasemanager/discard/bundle.js

Lines changed: 11 additions & 3 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)