mirror of
https://github.com/zebrajr/Reactive-Resume.git
synced 2025-12-06 00:20:04 +01:00
bump version to 4.0.0
This commit is contained in:
parent
c19b759237
commit
4dfaafc929
|
|
@ -21,7 +21,7 @@ jobs:
|
|||
download_translations: true
|
||||
create_pull_request: true
|
||||
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_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:
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@reactive-resume/source",
|
||||
"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",
|
||||
"private": true,
|
||||
"author": {
|
||||
|
|
|
|||
|
|
@ -55,7 +55,7 @@ services:
|
|||
- redis_data:/data
|
||||
|
||||
app:
|
||||
image: amruthpillai/reactive-resume:v4.0.0-alpha.0
|
||||
image: amruthpillai/reactive-resume:latest
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- postgres
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@ services:
|
|||
command: redis-server --requirepass password
|
||||
|
||||
app:
|
||||
image: amruthpillai/reactive-resume:v4.0.0-alpha.0
|
||||
image: amruthpillai/reactive-resume:latest
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- 3000:3000
|
||||
|
|
|
|||
|
|
@ -80,7 +80,7 @@ services:
|
|||
condition: on-failure
|
||||
|
||||
app:
|
||||
image: amruthpillai/reactive-resume:v4.0.0-alpha.8
|
||||
image: amruthpillai/reactive-resume:latest
|
||||
networks:
|
||||
- reactive_resume_network
|
||||
environment:
|
||||
|
|
|
|||
|
|
@ -63,7 +63,7 @@ services:
|
|||
- redis_data:/data
|
||||
|
||||
app:
|
||||
image: amruthpillai/reactive-resume:v4.0.0-alpha.0
|
||||
image: amruthpillai/reactive-resume:latest
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- postgres
|
||||
|
|
|
|||
|
|
@ -57,7 +57,7 @@ services:
|
|||
command: redis-server --requirepass password
|
||||
|
||||
app:
|
||||
image: amruthpillai/reactive-resume:v4.0.0-alpha.0
|
||||
image: amruthpillai/reactive-resume:latest
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- postgres
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user