2020-12-18 20:10:25 +00:00
|
|
|
{
|
|
|
|
"name": "@mythic-insight/legendary",
|
2021-06-15 21:41:40 +00:00
|
|
|
"version": "2.6.1",
|
2021-01-13 19:41:25 +00:00
|
|
|
"private": true,
|
2020-12-18 20:10:25 +00:00
|
|
|
"description": "The Legendary Phoenix Boilerplate.",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
2020-12-18 22:15:58 +00:00
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
2020-12-18 20:10:25 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://gitlab.com/mythic-insight/legendary.git"
|
|
|
|
},
|
|
|
|
"author": "",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://gitlab.com/mythic-insight/legendary/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://gitlab.com/mythic-insight/legendary#readme",
|
|
|
|
"devDependencies": {
|
2021-03-19 20:14:27 +00:00
|
|
|
"@google/semantic-release-replace-plugin": "^1.0.2",
|
2020-12-18 20:10:25 +00:00
|
|
|
"@semantic-release/commit-analyzer": "^6.1.0",
|
2021-01-13 19:20:15 +00:00
|
|
|
"@semantic-release/exec": "^5.0.0",
|
2020-12-18 20:10:25 +00:00
|
|
|
"@semantic-release/git": "^7.0.8",
|
2021-01-13 19:20:15 +00:00
|
|
|
"@semantic-release/npm": "^7.0.9",
|
|
|
|
"dot": "^1.1.3",
|
2021-02-26 22:34:33 +00:00
|
|
|
"semantic-release": "^15.14.0"
|
2020-12-18 20:10:25 +00:00
|
|
|
},
|
|
|
|
"release": {
|
|
|
|
"plugins": [
|
2021-03-19 20:26:17 +00:00
|
|
|
"@semantic-release/commit-analyzer"
|
|
|
|
],
|
|
|
|
"prepare": [
|
|
|
|
"@semantic-release/npm",
|
2021-03-19 20:14:27 +00:00
|
|
|
[
|
|
|
|
"@google/semantic-release-replace-plugin",
|
|
|
|
{
|
|
|
|
"replacements": [
|
|
|
|
{
|
2021-03-19 20:20:49 +00:00
|
|
|
"files": [
|
|
|
|
"mix.exs",
|
|
|
|
"apps/admin/mix.exs",
|
|
|
|
"apps/content/mix.exs",
|
|
|
|
"apps/core/mix.exs"
|
|
|
|
],
|
2021-03-19 20:14:27 +00:00
|
|
|
"from": "@version \".*\"",
|
|
|
|
"to": "@version \"${nextRelease.version}\"",
|
|
|
|
"results": [
|
|
|
|
{
|
|
|
|
"file": "mix.exs",
|
|
|
|
"hasChanged": true,
|
|
|
|
"numMatches": 1,
|
|
|
|
"numReplacements": 1
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"file": "apps/admin/mix.exs",
|
|
|
|
"hasChanged": true,
|
|
|
|
"numMatches": 1,
|
|
|
|
"numReplacements": 1
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"file": "apps/content/mix.exs",
|
|
|
|
"hasChanged": true,
|
|
|
|
"numMatches": 1,
|
|
|
|
"numReplacements": 1
|
2021-03-19 20:20:49 +00:00
|
|
|
},
|
|
|
|
{
|
2021-03-19 20:14:27 +00:00
|
|
|
"file": "apps/core/mix.exs",
|
|
|
|
"hasChanged": true,
|
|
|
|
"numMatches": 1,
|
|
|
|
"numReplacements": 1
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"countMatches": true
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
2021-03-19 20:26:17 +00:00
|
|
|
],
|
2021-01-13 21:13:20 +00:00
|
|
|
[
|
|
|
|
"@semantic-release/exec",
|
|
|
|
{
|
|
|
|
"prepareCmd": "script/generate-kube"
|
|
|
|
}
|
|
|
|
],
|
2020-12-19 23:06:22 +00:00
|
|
|
[
|
|
|
|
"@semantic-release/git",
|
|
|
|
{
|
2021-01-13 19:20:15 +00:00
|
|
|
"assets": [
|
|
|
|
"package.json",
|
2021-03-19 20:14:27 +00:00
|
|
|
"infrastructure/kube.yaml",
|
|
|
|
"mix.exs",
|
|
|
|
"apps/admin/mix.exs",
|
|
|
|
"apps/content/mix.exs",
|
|
|
|
"apps/core/mix.exs"
|
2021-01-13 19:20:15 +00:00
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
2020-12-18 20:10:25 +00:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|