Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[doc] RELEASING: Add example command to generate the release note #1421

Merged
merged 1 commit into from
Apr 18, 2023

Conversation

cbentejac
Copy link
Contributor

Description

This PR adds an example of the command to use to generate the release note.

./github-generate-release-note.py -o alicevision -r AliceVision -m MAJOR.MINOR.PATCH --highlights major-feature --label-include scope:ci,scope:doc,scope:build sensordb -s updated-asc

generates a list of all the closed pull requests for the milestone MAJOR.MINOR.PATCH with:

  • a "Main features" section (highlights) containing all the PRs tagged with the label major-feature;
  • an "Other improvements" section that contains all the PRs that are not tagged with the labels used in label-include;
  • two sections (label-include) containing respectively:
    • all the PRs tagged with labels scope:ci, scope:doc, scope:build;
    • all the PRs tagged with the label sensordb.

All the pull requests are sorted with the "least recently updated" setting.

@cbentejac cbentejac requested a review from fabiencastan April 18, 2023 16:54
@cbentejac cbentejac self-assigned this Apr 18, 2023
@fabiencastan fabiencastan added this to the 3.1.0 milestone Apr 18, 2023
@fabiencastan fabiencastan merged commit e48dd51 into develop Apr 18, 2023
@fabiencastan fabiencastan deleted the doc/releaseNoteGeneration branch April 18, 2023 17:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants