31 lines
1.0 KiB
Plaintext
31 lines
1.0 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.md",
|
|
"licenses": ["AGPL-V3"],
|
|
"labels": [],
|
|
"attributes": []
|
|
},
|
|
"version": {
|
|
"name": "$(version)",
|
|
"desc": "$(description)",
|
|
"released": "$(released)",
|
|
"vcs_tag": "$(vcs_tag)",
|
|
"github_use_tag_release_notes": true,
|
|
"attributes": [
|
|
{"name": "commit", "values" : ["$(vcs_commit)"], "type": "string"},
|
|
{"name": "build", "values" : [$(build_number)]}
|
|
]
|
|
},
|
|
"files": [
|
|
{"includePattern": "results/(monica.*)", "uploadPattern": "$1"}
|
|
],
|
|
"publish": true
|
|
} |