Nicolas Sénave
Nicolas Sénave
## Credential plugin diagram in README when GitHub is in dark mode The transparent background makes arrows invisible. (Diagram: `docs/credential-plugin-diagram.svg`)  ## To reproduce I'm using "Dark default" theme on...
Actuellement, il n'y a pas de documentation pour les liens deux à deux : - sur la page d'aide accessible depuis Pogues : https://inseefr.github.io/Pogues/fr/guide-utilisateur/guide-utilisateur.html - dans la documentation Bowie :...
If all commits of a certain type get filtered by `excludeScopes`, a sub-title for the corresponding type is still added in the changelog. Example: ```yaml excludeScopes: 'bar' ``` ``` fix(foo):...
- #47 I think this might be it, yet I can't be sure there aren't unexpected side effects. No update in readme documentation needed I think. 'header' and 'icon' values...
"build" and "ci" commit types are currently treated in the same group in the action. This has been confusing to me, I used the action with the option: ```yaml excludeTypes:...
Hi, thanks for your plugin which helps a lot. I use the plugin in a GitHub workflow which can be summarized like this: ```yaml steps: - uses: actions/checkout@v4 - uses:...