Bernard
Bernard
Update: So I attempted to create a MRE [here](https://github.com/Xunnamius/mre-semantic-release-1708) on my local machine, but I couldn't initially reproduce the issue. Even when deploying directly from my development environment, it still...
As a final addition to the above, I implemented the `EDITOR` behavior described here: > #1709, plus providing a message when execa-ing the git tag command if semantic-release detects its...
I have a [fork](https://github.com/Xunnamius/semantic-release-atam) that rebases my [PR fix](https://github.com/semantic-release/semantic-release/pull/1709) onto semantic-release master every now and then. Once I get around to addressing [gr2m's concerns](https://github.com/semantic-release/semantic-release/pull/1709#discussion_r698047162) (it keeps falling off my todo...
@jrolfs If you're experiencing the same problem I was, then at its root is that all notes are functionally ignored by semantic-release for repositories using annotated tags as explained in...
I've taken a stab at this, though as a remark transformer rather than a remark-lint rule: [remark-sort-definitions](https://github.com/Xunnamius/unified-utils/tree/main/packages/remark-sort-definitions).
I think this is finally busted? (or this might be a different issue) I can't use `npx semantic-release-cli init` with GitHub Actions at all, even using `--gh-token`. I get `Error:...
UPDATE: I'm including `performance.mark` in this PR too since it is also incorrectly defined as returning `void`. I added very simple class definitions for `PerformanceMark` and `PerformanceMeasure` to `perf_hooks.d.ts` after...
UPDATE 3: Three entirely unrelated tests from completely different commits/unrelated packages on master are failing for TypeScript 4.8.0-dev.20220716. These same tests fail even when I clone the repo and run...
I'll take care of this tomorrow/weekend, thanks for looking!