Skip to content

Commit

Permalink
[doc] RELEASING: Add example command to generate the release note
Browse files Browse the repository at this point in the history
  • Loading branch information
cbentejac committed Apr 18, 2023
1 parent b3d73e6 commit a4764f7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a4764f7

Please sign in to comment.