-
-
Notifications
You must be signed in to change notification settings - Fork 3
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 html report #48
Add html report #48
Conversation
Lgtm. Will take a closer look in the evening when I am off school and merge it asap. |
How is your review going? |
Almost done. I decided to move the render function to a separate helper file in order to reuse it for both the email and html command. |
Yeah makes sense, since its the same code copied. then also attach to email or other stuff is easier |
Why no gpg key for verified commits? |
🎉 This PR is included in version 1.1.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Now you can see the magic happening 😄 |
Because I don't think it's necessary for most of my projects. They only prove that the person associated with that gpg key authored the commit, and since I am the only one with write access to my repos I will check what changes make it into the project anyway, so it doesn't make sense for someone to impersonate me. There are no real drawbacks of signing my commits, but I just haven't had the time (or motivation) to set it up. |
But e.g. there a Mantainer or Colabs that have right access. and some point in time you make a big project with many issues pr etc and need more people and then you cant do it alone and need to give other people write access. |
You are right, I might sign my commits in the future, but right now I can't be bothered to set it up 😄 |
Now with a good PR. Tested it and it works fine