From c3d2d42e56327ceba87dfe2cc537e71ca14b0cbd Mon Sep 17 00:00:00 2001 From: Julien Mailleret <8582351+jmlrt@users.noreply.github.com> Date: Mon, 9 Oct 2023 11:27:57 +0200 Subject: [PATCH] Add bumping doc (#199) --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index b5a4fc6c..80ff5ffa 100644 --- a/README.md +++ b/README.md @@ -27,3 +27,19 @@ See [ElastiBuild](https://github.com/elastic/elastic-stack-installers/wiki/Elast **NOTE**: *Building from source should only be done for development purposes. Only the officially distributed and signed Elastic Stack Installers should be used in production. Using unofficial Elastic Stack Installers is not supported.* --- + +## Bumping version + +### After a patch release + +Update version in `Directory.Build.props` in the branch for the related minor version (ex: https://github.com/elastic/elastic-stack-installers/pull/183). + +### After a minor release + +1. Create a branch for the next minor release from the main branch +2. Update the main branch: + - Bump version in `Directory.Build.props` + - Update `catalog-info.yaml`: + - Add a new daily schedule for the new minor branch + - Remove the daily schedule for the previous minor branch + ex: https://github.com/elastic/elastic-stack-installers/pull/156 and https://github.com/elastic/elastic-stack-installers/pull/172