mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-04-28 17:57:16 +02:00
[doc] RELEASING: Add example command to generate the release note
This commit is contained in:
parent
b3d73e6803
commit
a4764f7ac0
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue