mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-04-28 09:47:20 +02:00
[doc] RELEASING: Update release note command line and add template update
This commit is contained in:
parent
813878df9c
commit
bbf9b3ea46
1 changed files with 2 additions and 1 deletions
|
@ -24,9 +24,10 @@ Tags
|
|||
- Source code
|
||||
- Create branch from develop: "rcMAJOR.MINOR"
|
||||
- Modify version in code, version status to RELEASE (meshroom/__init__.py)
|
||||
- Update the version of all the templates so their version corresponds to the release
|
||||
- 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
|
||||
./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
|
||||
```
|
||||
- PR to develop: "Release MAJOR.MINOR"
|
||||
- Build
|
||||
|
|
Loading…
Add table
Reference in a new issue