mirror of
https://github.com/zebrajr/Reactive-Resume.git
synced 2026-01-15 12:15:43 +00:00
bump version to 4.0.0
This commit is contained in:
@@ -21,7 +21,7 @@ jobs:
|
|||||||
download_translations: true
|
download_translations: true
|
||||||
create_pull_request: true
|
create_pull_request: true
|
||||||
localization_branch_name: "l10n"
|
localization_branch_name: "l10n"
|
||||||
pull_request_base_branch_name: "v4"
|
pull_request_base_branch_name: "main"
|
||||||
pull_request_title: "New Translations from Crowdin"
|
pull_request_title: "New Translations from Crowdin"
|
||||||
pull_request_body: "You've got new translations to be merged into the app from contributors on Crowdin.\n\n_This pull request was automatically created by the [Crowdin Action](https://github.com/marketplace/actions/crowdin-action)._"
|
pull_request_body: "You've got new translations to be merged into the app from contributors on Crowdin.\n\n_This pull request was automatically created by the [Crowdin Action](https://github.com/marketplace/actions/crowdin-action)._"
|
||||||
env:
|
env:
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@reactive-resume/source",
|
"name": "@reactive-resume/source",
|
||||||
"description": "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume.",
|
"description": "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume.",
|
||||||
"version": "4.0.0-alpha.8",
|
"version": "4.0.0",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"private": true,
|
"private": true,
|
||||||
"author": {
|
"author": {
|
||||||
|
|||||||
@@ -55,7 +55,7 @@ services:
|
|||||||
- redis_data:/data
|
- redis_data:/data
|
||||||
|
|
||||||
app:
|
app:
|
||||||
image: amruthpillai/reactive-resume:v4.0.0-alpha.0
|
image: amruthpillai/reactive-resume:latest
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
depends_on:
|
depends_on:
|
||||||
- postgres
|
- postgres
|
||||||
|
|||||||
@@ -50,7 +50,7 @@ services:
|
|||||||
command: redis-server --requirepass password
|
command: redis-server --requirepass password
|
||||||
|
|
||||||
app:
|
app:
|
||||||
image: amruthpillai/reactive-resume:v4.0.0-alpha.0
|
image: amruthpillai/reactive-resume:latest
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- 3000:3000
|
- 3000:3000
|
||||||
|
|||||||
@@ -80,7 +80,7 @@ services:
|
|||||||
condition: on-failure
|
condition: on-failure
|
||||||
|
|
||||||
app:
|
app:
|
||||||
image: amruthpillai/reactive-resume:v4.0.0-alpha.8
|
image: amruthpillai/reactive-resume:latest
|
||||||
networks:
|
networks:
|
||||||
- reactive_resume_network
|
- reactive_resume_network
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
@@ -63,7 +63,7 @@ services:
|
|||||||
- redis_data:/data
|
- redis_data:/data
|
||||||
|
|
||||||
app:
|
app:
|
||||||
image: amruthpillai/reactive-resume:v4.0.0-alpha.0
|
image: amruthpillai/reactive-resume:latest
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
depends_on:
|
depends_on:
|
||||||
- postgres
|
- postgres
|
||||||
|
|||||||
@@ -57,7 +57,7 @@ services:
|
|||||||
command: redis-server --requirepass password
|
command: redis-server --requirepass password
|
||||||
|
|
||||||
app:
|
app:
|
||||||
image: amruthpillai/reactive-resume:v4.0.0-alpha.0
|
image: amruthpillai/reactive-resume:latest
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
depends_on:
|
depends_on:
|
||||||
- postgres
|
- postgres
|
||||||
|
|||||||
Reference in New Issue
Block a user