From 6cbd2884bb5f870598f9accc387ccf55a0873245 Mon Sep 17 00:00:00 2001 From: Mathieu Benoit Date: Tue, 29 Sep 2020 19:37:21 -0400 Subject: [PATCH] [UPD] documentation about release --- doc/RELEASE.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/doc/RELEASE.md b/doc/RELEASE.md index 466570c..a7034ef 100644 --- a/doc/RELEASE.md +++ b/doc/RELEASE.md @@ -10,10 +10,13 @@ Do your commit. git commit -am "[#ticket] subject: short sentence" ``` +Update variable ERPLIBRE_VERSION in [env_var.sh](../env_var.sh) + ## Merge release When ready to make a release, create a branch release/#.#.# and create a pull request to master. -Update file CHANGELOG.md and create a section with new version. -Merge it when maintener accept it. + +Update file [CHANGELOG.md](../CHANGELOG.md) and create a section with new version. +Merge it when maintainer accept it. Add a tag on the commit on branch master with your release. When adding tag, be sure to update default.xml ```bash