Releasing
Change version
Change the version of the backend and frontend in the following files:
Version branch
Create a new branch, commit and push to the repository.
Create a pull request, ask for review and merge to the master branch
Check out the master branch and pull the latest
The npm version script:
will perform the following tasks:
build the docker images for backend and frontend
push the images to the docker repository
Change and commit the version on the root package.json
tag the git repository with new version
push the new git tag
You are now ready to deploy with Ansible
Last updated