From 6d6f87d257b2d91cc105fa81c64353e68ccda00c Mon Sep 17 00:00:00 2001 From: Olivia Guyot Date: Tue, 9 Jan 2024 12:54:57 +0100 Subject: [PATCH] chore: fix formatting --- RELEASE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index afde4b804d..12a51e0857 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -39,7 +39,7 @@ to the remote repository. Once the version commit and tag are done and pushed, run the following commands to upgrade to an intermediary dev version: ```shell -npm version 1.4.0-dev --no-git-tag-version # dev versions are a minor version above stable ones +npm version 1.4.0-dev --no-git-tag-version # dev versions are a minor version above stable ones git add . git commit -m "1.4.0-dev" git push upstream main @@ -55,7 +55,7 @@ Releases are made periodically when needed. Each release includes: - An archive of each application, named like so: `geonetwork-ui-{application-name}-{version}.zip` Example: `geonetwork-ui-datahub-1.2.5.zip` -- A docker image of each application, tagged like so: `geonetwork/geonetwork-ui-{application-name}:{version}` +- A docker image of each application, tagged like so: `geonetwork/geonetwork-ui-{application-name}:{version}` Example: `geonetwork/geonetwork-ui-datahub:1.2.5` > Note that the latest development version of each application is also available by replacing the version with