Ray Moher

Results 3 issues of Ray Moher

Currently, the library does not allow custom options to be passed to `makeExecutableSchema` in `tester.js`. Is it possible to allow a third options parameter to be passed to the `tester`...

We have a project that has ticket numbers belonging to multiple project boards. How difficult would it be to allow `projectId` to be a regular expression so that this plugin...

command: `npm run semantic-release --no-ci` release.config.js: ```sh const verifyConditions = [ ['@semantic-release/changelog', releaseNotesGeneratorOptions], ["semantic-release-jira-releases", { "projectId": "XXXX", "releaseNameTemplate": "v${version}", "jiraHost": "xxxx.atlassian.net", "ticketRegex": "[A-Z]{2,6}-\d{1,5}" }], [ '@semantic-release/git', { assets: ['package.json', 'CHANGELOG.md'],...