Skip to content

Unable to create first release due to commitlint #3253

Answered by travi
Ijee asked this question in Q&A
Discussion options

You must be logged in to vote

two recommendations that would save you some complexity and avoid this problem:

  • dont run commitlint against automated commits, especially in your CI release workflow (you should only ever run semantic-release from a CI workflow)
  • we recommend agaist making commits as part of your release workflow. semantic-release doesnt need them in order to work and doing it anyway introduces several extra complexities that you can avoid by simply not making commits as part of your release

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@Ijee
Comment options

@travi
Comment options

@Ijee
Comment options

Answer selected by Ijee
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants