Repository updating is required to keep your local project in sync with this repository. This is required to keep your project up-to-date with the latest changes and improvements, new branches, etc.
To update this repository make sure to stop all instances by running the following command.
make down NAMESPACE=yourproject
Once done, run this to update the repository.
make sync
If needed, switch to the new branch/tag.
git switch 4.2
Pull changes in your local copy of this repo.
git fetch --tags -f && git pull --rebase --autostash
Then switch to the new branch/tag if needed.
git switch 4.2
- Go to Actions
- Select Update under Workflows
- Click on Run Workflow and confirm
🤖 When done a bot will create a pull request in your repo so you can review and confirm the changes.