-
Notifications
You must be signed in to change notification settings - Fork 122
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
Add CI/CD with GitHub Actions #249
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Couple of non-blocking nits to consider.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
chore
seems to be allowed with the latest changes though...
Done! Sorry for the delay. |
BTW, let me also fix the commit types |
Except for updating contributors, which remains in Grunt. #243
Also: * Remove the "pretest" npm script as it is explicitly called in the "Test" GitHub Actions workflow. * Allow for the "chore" commit type as it is used by the grunt "contributors" task.
This will ensure that the recent CI/CD Release workflow with GitHub Actions is working properly.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please consider adding some documentation along with this. I'm sure GitHub has their own "Actions" doc, but consider whether there's anything Karma-specific that contributors might need to know (copy-pastable command to run tests, where to view results, how to rerun tests, etc).
@mtrea please check the latest commit :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lookş ġṑod to me
🎉 This PR is included in version 3.1.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Also, migrate from Grunt to Semantic Release and do a general cleanup.
Resolves #242 #243