From 5dc64ada10b42e85dab380b7a731a9679530e007 Mon Sep 17 00:00:00 2001 From: Adrien Kunysz Date: Mon, 27 Jan 2025 12:05:42 +0100 Subject: [PATCH] Explain how to create a PR merging develop into master. --- VERSIONING_RELEASE.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/VERSIONING_RELEASE.md b/VERSIONING_RELEASE.md index b96d9de..15e8b16 100644 --- a/VERSIONING_RELEASE.md +++ b/VERSIONING_RELEASE.md @@ -57,8 +57,11 @@ Beta versions are automatically done on every push to `develop`. A beta version ### New SemVer Release -New version are done on demand by creating a PR from `develop` into `master`. The PR title should be -set to one of the following bump types: +New version are done on demand by creating a PR from `develop` into `master`. +This can be done either by clicking the "New pull request" button in the "Pull requests" +menu of the repo or by going directly to the relevant +`https://github.com/geoadmin/${repo_name}/compare/master...develop` URL. +The PR title should be set to one of the following bump types: - `#major` to increment the `MAJOR` version (for breaking changes version) - `#minor` to increment the `MINOR` version (default behavior)