github.com/Consensys/quorum@v21.1.0+incompatible/.bintray.json (about)

     1  {
     2    "package": {
     3      "name": "geth",
     4      "repo": "quorum",
     5      "subject": "_ORGANIZATION_",
     6      "vcs_url": "https://github.com/jpmorganchase/quorum",
     7      "licenses": [
     8        "LGPL-3.0"
     9      ]
    10    },
    11    "version": {
    12      "name": "_TRAVIS_TAG_",
    13      "desc": "Quorum: _TRAVIS_TAG_, Geth: _GETH_VERSION_, Commit: _TRAVIS_COMMIT_, Build Number: _TRAVIS_BUILD_NUMBER_",
    14      "released": "_RELEASED_DATE_",
    15      "vcs_tag": "_TRAVIS_TAG_",
    16      "gpgSign": true,
    17      "attributes": [
    18        {
    19          "name": "Travis",
    20          "values": [
    21            "_TRAVIS_JOB_WEB_URL_"
    22          ],
    23          "type": "string"
    24        }
    25      ]
    26    },
    27    "files": [
    28      {
    29        "includePattern": "/dist/(.*.tar.gz)",
    30        "uploadPattern": "_TRAVIS_TAG_/$1",
    31        "matrixParams": {
    32          "override": 1
    33        }
    34      }
    35    ],
    36    "publish": true
    37  }