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:
|
||||
containers:
|
||||
- name: app
|
||||
image: registry.gitlab.com/mythic-insight/legendary:2.0.0
|
||||
image: registry.gitlab.com/mythic-insight/legendary:2.1.0
|
||||
ports:
|
||||
- containerPort: 4000
|
||||
env:
|
||||
|
|
12
package.json
12
package.json
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@mythic-insight/legendary",
|
||||
"version": "2.0.0",
|
||||
"version": "2.1.0",
|
||||
"private": true,
|
||||
"description": "The Legendary Phoenix Boilerplate.",
|
||||
"main": "index.js",
|
||||
|
@ -34,7 +34,12 @@
|
|||
{
|
||||
"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 \".*\"",
|
||||
"to": "@version \"${nextRelease.version}\"",
|
||||
"results": [
|
||||
|
@ -55,7 +60,8 @@
|
|||
"hasChanged": true,
|
||||
"numMatches": 1,
|
||||
"numReplacements": 1
|
||||
},{
|
||||
},
|
||||
{
|
||||
"file": "apps/core/mix.exs",
|
||||
"hasChanged": true,
|
||||
"numMatches": 1,
|
||||
|
|
Loading…
Reference in a new issue