-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
Release actions #42
Release actions #42
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅ 📢 Thoughts on this report? Let us know! |
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.
I've left some comments/feedback to clean up this PR. In the home stretch here.
After closing this PR, let's manually push .deb files for 2.2.2 and 2.2.1
We'll want to follow up after this PR on documentation. I'll split out installation instructions into "building from source" and "install via apt".
This PR adds functionality to add
.deb
files as part of the regular releases. This is done with the addition of.github/release-deb.yml
. The README was also updated to include.deb
install instructions, and also had some general updates.