Jeroen Claassens
Jeroen Claassens
While doing it in a way that is non-breaking through labels I think we should also explore doing it with a breaking change which then allows a yup-like style (https://github.com/jquense/yup#error-message-customization)...
@agreatfool powershell has been cross-platform for a while now: https://docs.microsoft.com/en-us/powershell/scripting/install/installing-powershell-core-on-linux?view=powershell-7.1
Any particular reason you want to stick to Yarn classic? Yarn berry is much faster and much more feature rich. Yarn classic is also deprecated and not recommended for use...
@mafintosh please merge this and create an updated release
@srepollock github maintains the code changes of deleted repos, thankfully. In the past it would've auto closed this PR but no more.
Is there a way to add a custom CSS stylesheet, or custom CSS rules that get loaded by magidoc? I can work with HTML inside the markdown, but I would...
Hi, thanks for the reply. I tried adding the config, following the example from https://github.com/magidoc-org/magidoc/blob/dc634e989c5753019c832d59fa813cd703b7f672/docs/pages/02.Cli/01.Magidoc%20Configuration.md?plain=1#L225 but when I build and preview I get the error that the stylesheet cannot be...
Thanks! I got it working now. Closing this issue.
This very nearly works perfectly. The current command I run through `cliff-jumper` is: ```sh F:\favware\git-cliff\target\x86_64-pc-windows-msvc\release\git-cliff.exe --tag @favware/[email protected] --prepend ./CHANGELOG.md --unreleased --config ./cliff.toml --output - --github-repo favware/cliff-jumper --github-token "ghp_NOPE" ``` And...
Parsing TOML on my side is working perfectly (using [`smol-toml`](https://github.com/squirrelchat/smol-toml)). Looking forward to this getting merged and released so I can then subsequently update cliff-jumper.