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

Feature/ci #972

Merged
merged 5 commits into from
Nov 5, 2021
Merged

Feature/ci #972

merged 5 commits into from
Nov 5, 2021

Conversation

sdepold
Copy link
Member

@sdepold sdepold commented Nov 4, 2021

This is adding releasing with semantic-release

Copy link
Member

@WikiRik WikiRik left a comment

Choose a reason for hiding this comment

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

Looks good, just have a few questions/remarks

},
"commitlint": {
"extends": [
"@commitlint/config-angular"
Copy link
Member

Choose a reason for hiding this comment

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

Any specific reason why you use this configuration?

Copy link
Member Author

Choose a reason for hiding this comment

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

it's a copy from sequelize/sequelize

}
},
"husky": {
"hooks": {
Copy link
Member

Choose a reason for hiding this comment

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

Maybe add a pre-commit hook that runs the linter?

Copy link
Member

Choose a reason for hiding this comment

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

And possibly with lint-staged to make it quicker

@@ -8,6 +8,7 @@ jobs:
fail-fast: false
matrix:
node-version: [10, 12, 14]
Copy link
Member

Choose a reason for hiding this comment

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

Node 16 is now LTS, maybe include that as well? Not sure what the policy is from the main repo on supported Node versions

@sdepold sdepold merged commit 54ec29d into master Nov 5, 2021
@sdepold
Copy link
Member Author

sdepold commented Nov 5, 2021

@WikiRik I'll have a look into your suggestions today or throughout the weekend!

@sdepold sdepold deleted the feature/ci branch November 6, 2021 12:17
@sdepold sdepold mentioned this pull request Nov 6, 2021
@github-actions
Copy link

🎉 This PR is included in version 6.4.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.

2 participants