Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: add commitlint and husky for git hooks #1491

Merged
merged 3 commits into from
Dec 18, 2023
Merged

Conversation

kevinchappell
Copy link
Owner

this PR adds a couple linting scripts for branch name and commit messages. this ensures a standardized format so we can:

  • ensure certain changes generate releases
  • automate changelog generation
  • use scripts to automate branch based actions

resolves #1490

@@ -10,9 +10,10 @@ const originalConsoleError = console.error
const jsIgnoreErrors = [
'Error: AggregateError',
'Error: connect ECONNREFUSED ::1:80',
'Error: connect ECONNREFUSED 127.0.0.1:80',
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

my machine was using 127.0.0.1:80 instead of ipv6 ::1 loopback

@kevinchappell kevinchappell merged commit 23f09c8 into master Dec 18, 2023
2 checks passed
Copy link

🎉 This PR is included in version 3.18.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

chore: add commitlint
1 participant