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