From 0956d6b783e4c01d7ce289cc53773f226f5d2ab9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20PAILHAREY?= <rpailharey@grandlyon.com> Date: Wed, 29 Nov 2023 09:22:58 +0000 Subject: [PATCH] Update release.md --- docs/ecolyo/technical/release.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/ecolyo/technical/release.md b/docs/ecolyo/technical/release.md index c52d8ae..89d170a 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). -- GitLab