Lars Kappert

Results 640 comments of Lars Kappert

That would be a nice feature indeed, if someone is willing to create and submit a JSON Schema file that would be great. There's also ideas to add types in...

This has also been added to create-release-it (https://github.com/release-it/create-release-it/blob/master/index.js#L40-L43) so it comes with `npm init release-it` by default.

Yes, thanks again @Sukaato! Very appreciated.

Thanks @JohnCampionJr, much appreciated. Sorry it took so long.

:rocket: _This pull request is included in v17.4.0. See [Release 17.4.0](https://github.com/release-it/release-it/releases/tag/17.4.0) for release notes._

Quoting in a shell is always a pain. Looking at your hook: ``` hooks.after:release="echo ${changelog} > ./partial.md" ``` You should probably quote the string represented by `${changelog}`, but it depends...

Oh I just remember there's also [`github.releaseNotes` as a function](https://github.com/release-it/release-it/blob/main/docs/github-releases.md#release-notes), which may be helpful to hook into.

Thanks for the detailed breakdown @ehmicky, I'll look into it.

This should've been fixed by ebc2754ef0609e3597bd138cc127d171d8a8850a and releasing v17.