Daniel Wu
Daniel Wu
I haven't changed anything in the gem, it was a clean install.
Gotcha - do you know what the timeline might be for a 1.8 release? Eagerly awaiting it as well, esp. with the ed25519 support
Also having this issue in v8.0.0. But I've noticed that it has to do with architecture too...? it works on my mac but not on my jenkins CI's debian build...
My issue is, unfortunately, a bit different. In my changelog, I don't even see any links - I get this: `### 0.0.62 (2020-08-13)` and everything to date is included in...
I just realized what happened on my Jenkins - it had been doing a git clone of only the branch that I was building - and so other tags didn't...
> Has this issue been fixed? > I am using standard-version: ^8.0.0 and am facing the issue of duplicate commit logs in changeLog Yes - if you're on Jenkins, you...
that's the crazy thing - I can't reproduce this behavior with Docker Desktop. But I also can't reproduce this issue with `docker` on colima. So *something* is different between how...
@ndeloof - of course, I appreciate your pointing me in the right direction, though. @neelp03 - well, i'm currently running builds with BuildKit turned off (with a `DOCKER_BUILDKIT=0`). And strangely...
command and args: `redocly build-docs /tmp/swagger_internal.json -o tmp/internal_index.html` The swagger file is generated via the ruby gem `rswag-api`, version 2.13.0 The only logs that we see are: ``` Found undefined...