Files
monica/scripts/tests/master.travis.deploy.json.in
T

37 lines
1.1 KiB
Plaintext

{
"package": {
"name": "monica",
"repo": "builds",
"subject": "monicahq",
"desc": "MonicaHQ, the Personal Relationship Manager",
"website_url": "https://www.monicahq.com",
"issue_tracker_url": "https://github.com/monicahq/monica/issues",
"vcs_url": "https://github.com/monicahq/monica.git",
"github_use_tag_release_notes": true,
"github_release_notes_file": "CHANGELOG",
"licenses": ["AGPL-V3"],
"labels": [],
"attributes": []
},
"version": {
"name": "master",
"desc": "$(description)",
"released": "$(released)",
"vcs_tag": "$(travis_tag)",
"github_use_tag_release_notes": true,
"attributes": [
{"name": "commit", "values" : ["$(travis_commit)"], "type": "string"},
{"name": "build", "values" : [$(travis_build_number)]}
]
},
"files": [
{
"includePattern": "results/(monica-assets.*)",
"uploadPattern": "$1",
"matrixParams": {
"override": 1
}
}
],
"publish": true
}