cli icon indicating copy to clipboard operation
cli copied to clipboard

enable custom commit message

Open xuchaoying opened this issue 7 years ago • 7 comments

  • all-contributors-cli version: latest
  • node version: latest
  • npm (or yarn) version: latest

Relevant code or config

// .all-contributorsrc
...
"commit": true,
...

What you did: add or update a contributor

What happened: commintlint report an error 'cause the commit message not match some rules.

Reproduction repository: -

Problem description: there's no config to replace the default commit message.

Suggested solution: add a new config let's say commitMessage to replace default commit message.

xuchaoying avatar Sep 07 '18 08:09 xuchaoying

Fine with me 👍

kentcdodds avatar Sep 07 '18 14:09 kentcdodds

@xuchaoying Would you want to submit a PR for this?

Berkmann18 avatar Jan 15 '19 10:01 Berkmann18

ok, I'll submit a PR later @Berkmann18

xuchaoying avatar Jan 15 '19 16:01 xuchaoying

Perfect! It would be great if the same functionality could be added to the bot too :+1:

jakebolam avatar Jan 16 '19 01:01 jakebolam

@xuchaoying Since the CLI now can be configured to use a specific commit convention, is there anything missing?

Berkmann18 avatar Jun 11 '19 15:06 Berkmann18

@xuchaoying Friendly ping.

Berkmann18 avatar Jun 28 '20 12:06 Berkmann18

Suggested solution: add a new config let's say commitMessage to replace default commit message

@xuchaoying Have you used the latest version recently? This may overwrite the current format though. Also, please suggest formats for your use cases. Also, share the commitlint rules there. Thanks

tenshiAMD avatar Oct 12 '22 22:10 tenshiAMD