From 991657f3ea692ac074396ba8f1489df752f92e26 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Fri, 9 Feb 2024 14:48:10 +0100 Subject: [PATCH] docs: mention OSM fr deployment process --- docs/release.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/docs/release.md b/docs/release.md index 947f77ee..f89114f2 100644 --- a/docs/release.md +++ b/docs/release.md @@ -1,5 +1,12 @@ # Releases +!!! info "Changelog" + + This document describes how we release uMap. + + If you are looking for the releases changelog, [please go there](changelog.md). + + ## How to make a release 1. Run tests: @@ -26,7 +33,17 @@ #### OSMfr -The process is manual for now, Yohan has one Makefile on his computer. +We use a custom flat Makefile, versioned [here](https://github.com/umap-project/umap-deploy). + +To deploy a new version on the [dev](https://dev.umap-project.org) server: + +- edit the `.env.dev` file and change the version number +- run this command `FLAVOUR=dev make deploy` + +To deploy a new version on OSM France servers: + +- edit the `.env.osmfr` file and change the version number +- run this command `FLAVOUR=osmfr make deploy` #### ANCT