diff --git a/docs/ecolyo/technical/release.md b/docs/ecolyo/technical/release.md
index c52d8aeb7a6d4f731bca7c8955288bf14531818a..89d170a7a5a8b9beaca6b83688deb8141ee946fb 100644
--- a/docs/ecolyo/technical/release.md
+++ b/docs/ecolyo/technical/release.md
@@ -82,6 +82,10 @@ git push --follow-tags origin dev
 
 To create a release, copy the content of the latest version bump and go to [Repository > Tags](https://forge.grandlyon.com/web-et-numerique/factory/llle_project/ecolyo/-/tags) and click the edit button. Paste the version changelog inside the _Release notes_ and click create.
 
+## Update master
+
+Once you're finish, you should create a [new merge request](https://forge.grandlyon.com/web-et-numerique/factory/llle_project/ecolyo/-/merge_requests/new#) from dev to master (without squashing commits).
+
 ## Deploy build
 
 After pushing your tag, the pipelines should be triggered.
@@ -116,7 +120,3 @@ yarn cozy-app-publish \
 You can now ping cozy so they ship the version.
 
 More information at [cozy-app-publish](https://docs.cozy.io/en/cozy-app-publish/#manual-usage-not-recommended).
-
-## Update master
-
-Once you're finish, you should create a [new merge request](https://forge.grandlyon.com/web-et-numerique/factory/llle_project/ecolyo/-/merge_requests/new#) from dev to master (without squashing commits).