# How to release
- [ ] Put **release** into **master**, with merge "ours" strategy :
```shell=
git checkout release-x
git pull
git merge -s ours master
git checkout master
git merge release-x
git push
```
- [ ] Push new TAG
- [ ] Build TAG on Jenkins : http://jenkins-upply.westeurope.cloudapp.azure.com/view/Preprod/job/front-eu-preprod/
- [ ] Merge **release** into **develop** (in case some commits were missing)
- [ ] Delete release branch (change protection rule on GitHub)
- [ ] Send a message on Slack so that all the front team knows :wink:
- [ ] Write release note with PO
###### tags: `upply`