-
Notifications
You must be signed in to change notification settings - Fork 286
feat(debian): add buster support #278
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
Conversation
|
Travis doesn't seem to like my commit message for some reason. But the output doesn't really give me a pointer to what's wrong: ✖ subject may not be empty [subject-empty] Subject isn't empty and type, there is no type? |
noelmcloughlin
left a comment
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 too. thanks @johnkeates
If you change commit message to say feat(debian): add buster support it should work. Must be lower case however. See docs/CONTRIBUTING
|
Thanks @noelmcloughlin should be all better now |
No, it's the commit message you need to change. ;-) |
I really should RTFM :-D |
|
🎉 This PR is included in version 0.38.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
feat(debian): add buster support
This adds support for Debian buster and native package installation. Fixes #276