Nicolas Sénave

Results 6 issues of 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`) ![issue-dark-mode](https://user-images.githubusercontent.com/59770457/220605086-cc377b04-f9e8-4a83-9087-f1c692229868.png) ## To reproduce I'm using "Dark default" theme on...

question

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 :...

documentation

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:...