Skip to content

Fix behavior of group "exclude" options #916

@ecraig12345

Description

@ecraig12345

Currently the exclude option for ChangelogGroupOptions and VersionGroupOptions (and isPathIncluded internally) expects negated patterns: e.g. if you want to exclude packages/foo, you must specify exclude as !packages/foo.

This is a counterintuitive design which does not match other tools, and should be updated in a major version to remove the negation requirement.

Closed PR: #656

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions