Skip to content

Commit bbf9b3e

Browse files
committed
[doc] RELEASING: Update release note command line and add template update
1 parent 813878d commit bbf9b3e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

RELEASING.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,10 @@ Tags
2424
- Source code
2525
- Create branch from develop: "rcMAJOR.MINOR"
2626
- Modify version in code, version status to RELEASE (meshroom/__init__.py)
27+
- Update the version of all the templates so their version corresponds to the release
2728
- Create Release note (using https://github.com/cbentejac/github-generate-release-note)
2829
- ```
29-
./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
30+
./github-generate-release-note.py -o alicevision -r Meshroom -m "Meshroom MAJOR.MINOR.PATCH" --highlights majorFeature feature --label-include bugfix ci,scope:doc,scope:build -s updated-asc
3031
```
3132
- PR to develop: "Release MAJOR.MINOR"
3233
- Build

0 commit comments

Comments
 (0)