From a4764f7ac0a0c01568da1e2e6467c0b7b7647563 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Candice=20Bent=C3=A9jac?= Date: Tue, 18 Apr 2023 17:43:17 +0200 Subject: [PATCH] [doc] RELEASING: Add example command to generate the release note --- RELEASING.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/RELEASING.md b/RELEASING.md index cb8054c7..9000e858 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -25,6 +25,9 @@ Tags - Create branch from develop: "rcMAJOR.MINOR" - Modify version in code, version status to RELEASE (meshroom/__init__.py) - Create Release note (using https://github.com/cbentejac/github-generate-release-note) + - ``` + ./github-generate-release-note.py -o alicevision -r Meshroom -m "Meshroom MAJOR.MINOR.PATCH" --highlights major-feature --label-include bugfix,ci,scope:doc,scope:build -s updated-asc + ``` - PR to develop: "Release MAJOR.MINOR" - Build - Build docker & push to dockerhub