Hide
<!-- markdown -->
Users of release doc maker can now specify which lint checks they would like used via the `--lint` command line argument. Available options are:
* "incompatible" - issues flagged incompatible should have release notes
* "important" - issues marked important should have release notes
* "version" - issues should have a version string of the form _major_._minor_._other_ or _description_-_revision
* "component" - issues should specify a component
* "assignee" - issues should have an assignee
* "all" - all of the above
For backwards compatibility, the `releasedocmaker` wrapper script included in the Yetus convenience binary will treat a bare `--lint` argument as `--lint=all`. Users that directly invoke the `releasedocmaker.py` python script will have to update their invocation.
Show
<!-- markdown -->
Users of release doc maker can now specify which lint checks they would like used via the `--lint` command line argument. Available options are:
* "incompatible" - issues flagged incompatible should have release notes
* "important" - issues marked important should have release notes
* "version" - issues should have a version string of the form _major_._minor_._other_ or _description_-_revision
* "component" - issues should specify a component
* "assignee" - issues should have an assignee
* "all" - all of the above
For backwards compatibility, the `releasedocmaker` wrapper script included in the Yetus convenience binary will treat a bare `--lint` argument as `--lint=all`. Users that directly invoke the `releasedocmaker.py` python script will have to update their invocation.