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

fix prdoc cmd #7457

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

fix prdoc cmd #7457

wants to merge 2 commits into from

Conversation

gui1117
Copy link
Contributor

@gui1117 gui1117 commented Feb 5, 2025

The command no longer support multiple audience, also the mapping was wrong.

@gui1117 gui1117 requested review from a team as code owners February 5, 2025 07:45
@gui1117 gui1117 added the R0-silent Changes should not be mentioned in any release notes label Feb 5, 2025
@paritytech-review-bot paritytech-review-bot bot requested a review from a team February 5, 2025 08:52
@mordamax
Copy link
Contributor

mordamax commented Feb 5, 2025

/cmd prdoc --help --clean

@github-actions github-actions bot deleted a comment from mordamax Feb 5, 2025
Copy link
Contributor

github-actions bot commented Feb 5, 2025

Command help:
usage: /cmd prdoc [-h] [--pr PR]
                  [--audience [{runtime_dev,runtime_user,node_dev,node_operator} ...]]
                  [--bump {patch,minor,major,silent,ignore,none}] [--force]

options:
  -h, --help            show this help message and exit
  --pr PR               The PR number to generate the PrDoc for.
  --audience [{runtime_dev,runtime_user,node_dev,node_operator} ...]
                        The audience of whom the changes may concern. Example:
                        --audience runtime_dev node_dev
  --bump {patch,minor,major,silent,ignore,none}
                        A default bump level for all crates. Example: --bump
                        patch
  --force               Whether to overwrite any existing PrDoc.

@paritytech-review-bot paritytech-review-bot bot requested a review from a team February 5, 2025 09:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
R0-silent Changes should not be mentioned in any release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants