github-tools / github-release-notes

Node module to create a release or a changelog from a tag and uses issues or commits to creating the release notes.
https://github-tools.github.io/github-release-notes/
GNU General Public License v3.0
883 stars 324 forks source link

ignoreIssuesWith in .grenrc not working #221

Closed BasvanH closed 4 years ago

BasvanH commented 5 years ago

Hello,

I have the following config:

{
    "dataSource": "commits",
    "groupBy": false,
    "changelogFilename": "CHANGELOG.md",
    "ignoreIssuesWith": [
        "wontfix",
        "duplicate",
        "question"
    ]
}

No matter what datasource I set, the ignoreIssuesWith is not used. Issues with this label are being added to releases and changelog.

Is this not how it supposed to work?

Kind regards, Bastiaan

alexcanessa commented 4 years ago

@BasvanH ignoreIssuesWith is definitely and only an option for issues data source, what command are you running?

BasvanH commented 4 years ago

Sorry, I'm no longer using your plugin.