-
Notifications
You must be signed in to change notification settings - Fork 0
/
deploy.json
33 lines (31 loc) · 931 Bytes
/
deploy.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"package": {
"name": "nightlies",
"repo": "GumTree",
"subject": "jrfaller",
"desc": "Nightlies of the GumTree project.",
"website_url": "https://github.com/GumTreeDiff/gumtree",
"issue_tracker_url": "https://github.com/GumTreeDiff/gumtree/issues",
"vcs_url": "https://github.com/GumTreeDiff/gumtree",
"github_use_tag_release_notes": false,
"github_release_notes_file": "CHANGELOG",
"licenses": ["LGPL-3.0"],
"public_download_numbers": true,
"public_stats": true
},
"version": {
"name": "99.99.99",
"desc": "Nightly version."
},
"files":
[
{
"includePattern": "dist/build/distributions/(.*)",
"uploadPattern": "$1",
"matrixParams": {
"override": 1
}
}
],
"publish": true
}