-
Notifications
You must be signed in to change notification settings - Fork 0
/
bintray.json
41 lines (39 loc) · 1.36 KB
/
bintray.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
34
35
36
37
38
39
40
41
{
"package": {
"name": "autobuild",
"repo": "ricobot",
"subject": "bots-united",
"desc": "Bot for Ricochet",
"website_url": "http://yapb.bots-united.com",
"issue_tracker_url": "https://github.com/Bots-United/ricobot/issues",
"github_repo": "Bots-United/ricobot",
"vcs_url": "https://github.com/Bots-United/ricobot.git",
"github_use_tag_release_notes": true,
"github_release_notes_file": "RELEASE.txt",
"licenses": ["BSD"],
"labels": ["game", "c", "metamod"],
"public_download_numbers": true,
"public_stats": true,
"attributes": [
]
},
"version": {
"name": "@VERSION@",
"desc": "@DESC@",
"released": "@RELEASE_DATE@",
"vcs_tag": "@VCS_TAG@",
"attributes": [
{"name": "Author", "values" : ["@AUTHOR@"], "type": "string"},
{"name": "AuthorDate", "values" : ["@AUTHOR_DATE@"], "type": "string"},
{"name": "Commiter", "values" : ["@COMMITER@"], "type": "string"},
{"name": "Branch", "values" : ["@BRANCH@"], "type": "string"},
{"name": "CommitID", "values" : ["@COMMITID@"], "type": "string"}
]
},
"files":
[
{"includePattern": "deploy/(.*)",
"uploadPattern": "@VERSION@/$1"}
],
"publish": true
}