Bernard

Results 16 issues of Bernard

- [x] Your Hyper.app version is **3.2.3**. Please verify you're using the [latest](https://github.com/vercel/hyper/releases/latest) Hyper.app version - [x] I have searched the [issues](https://github.com/vercel/hyper/issues) of this repo and believe that this is...

```bash git clone https://github.com/conventional-changelog/conventional-changelog cd conventional-changelog npm install cd packages/conventional-changelog-conventionalcommits npm run test-windows ``` All tests pass when using `[email protected]`. The following test fails mocha when upgrading the `conventional-changelog-core` dev-dependency...

As of `[email protected]`, [`options.outputUnreleased` is erroneously set to `true` when using a custom tag prefix via `tagPrefix` or `lernaPackage`](https://github.com/conventional-changelog/conventional-changelog/blob/conventional-changelog-core-v4.2.4/packages/conventional-changelog-core/lib/merge-config.js#L200-L211). This happens because [the check that determines `options.outputUnreleased`'s value is hardcoded...

Hi. This is an excellent tool, thanks for this! Are there any plans to upgrade this to use the V4 version of the GitLab API? V3 has been deprecated as...

Closes #1708 Related to #1709, https://github.com/semantic-release/semantic-release/pull/1871

Please fill in this template. - [x] Use a meaningful title for the pull request. Include the name of the package modified. - [x] Test the change in your own...

Owner Approved
Critical package
The CI failed

Ref: #207 This makes NPX gracefully handle `path.delimiter` in a directory name similar to NPM in that they both "just work". I tried to make this PR "immediately" mergeable. Specifically,...

The problem is illustrated succinctly below: ![2018-09-14](https://user-images.githubusercontent.com/656017/45592363-1e235180-b930-11e8-899c-1a478df14a91.png) Essentially, both Linux and Windows allow for `path.delimiter` to appear in directory names. NPM handles this gracefully in all cases that I've encountered,...

I'm using [GitHub Flow](https://guides.github.com/introduction/flow/)/[Trunk Based Development](https://trunkbaseddevelopment.com/) thanks to `semantic-release`, and it's great! I'm going to move all my packages over to a `semantic-release` CI/CD trunk-based flow, but most of them...