chore(release): 2.1.0 [skip ci]
This commit is contained in:
parent
5cfa879131
commit
5c3c09b41a
2 changed files with 10 additions and 4 deletions
|
@ -20,7 +20,7 @@ spec:
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: app
|
- name: app
|
||||||
image: registry.gitlab.com/mythic-insight/legendary:2.0.0
|
image: registry.gitlab.com/mythic-insight/legendary:2.1.0
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 4000
|
- containerPort: 4000
|
||||||
env:
|
env:
|
||||||
|
|
12
package.json
12
package.json
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@mythic-insight/legendary",
|
"name": "@mythic-insight/legendary",
|
||||||
"version": "2.0.0",
|
"version": "2.1.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"description": "The Legendary Phoenix Boilerplate.",
|
"description": "The Legendary Phoenix Boilerplate.",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
|
@ -34,7 +34,12 @@
|
||||||
{
|
{
|
||||||
"replacements": [
|
"replacements": [
|
||||||
{
|
{
|
||||||
"files": ["mix.exs", "apps/admin/mix.exs", "apps/content/mix.exs", "apps/core/mix.exs"],
|
"files": [
|
||||||
|
"mix.exs",
|
||||||
|
"apps/admin/mix.exs",
|
||||||
|
"apps/content/mix.exs",
|
||||||
|
"apps/core/mix.exs"
|
||||||
|
],
|
||||||
"from": "@version \".*\"",
|
"from": "@version \".*\"",
|
||||||
"to": "@version \"${nextRelease.version}\"",
|
"to": "@version \"${nextRelease.version}\"",
|
||||||
"results": [
|
"results": [
|
||||||
|
@ -55,7 +60,8 @@
|
||||||
"hasChanged": true,
|
"hasChanged": true,
|
||||||
"numMatches": 1,
|
"numMatches": 1,
|
||||||
"numReplacements": 1
|
"numReplacements": 1
|
||||||
},{
|
},
|
||||||
|
{
|
||||||
"file": "apps/core/mix.exs",
|
"file": "apps/core/mix.exs",
|
||||||
"hasChanged": true,
|
"hasChanged": true,
|
||||||
"numMatches": 1,
|
"numMatches": 1,
|
||||||
|
|
Loading…
Reference in a new issue