Pierre Cavin

Results 60 comments of Pierre Cavin

Thanks for providing a way for me to reproduce the error @bryanjtc, I'll try my best to tackle this issue in the coming weeks. @brummelte I don't think the issue...

The tool you're looking for is [`commitlint`](https://github.com/conventional-changelog/commitlint). You'll also find a guide to setup checking PR commits in GitHub Actions here: https://commitlint.js.org/#/guides-ci-setup?id=github-actions Your second request about specifying a specific number...

> do you think @commitlint/config-conventional is the exact match for what semantic-release commit '@semantic-release/commit-analyzer' does while checking commit label for correctness (and will those two always be in sync)? Both...

My bad, this belongs to `semantic-release`, could someone who has the right to please transfer this issue there?

Adding `"-m", tagName,` to the [`git tag` options in `lib/git.js`](https://github.com/semantic-release/semantic-release/blob/d13ea9280e15f8589bd61d4357c8716e5f21d720/lib/git.js#L226) fixed the issue.

I finally identified the root of the issue after [you pointed out](https://github.com/semantic-release/semantic-release/pull/3064#issuecomment-1817765197) in #3064 the difference between lightweight and annotated tags. I have `tag.gpgsign` set in my `.gitconfig`, and the...

It looks like you tried creating a maintenance branch for `1.1.x` while your main branch was still at `v1.1.1`, as "Add channel 1.1.x to tag v1.1.1" suggests `v1.1.1` tag was...

As I generally want my git repository to be the source of truth for everything, I highly value having my version number in package.json up-to-date, and I also prefer using...

> Can you please clarify what you mean about using a dedicated bot account? Would the action itself be performed by a bot-account, using their GPG credentials as opposed to...