-
Notifications
You must be signed in to change notification settings - Fork 346
Description
Issue
Imagine being a server owner and wanting to see exactly what has changed in the latest wire update. Say one of your player complains about some bug, and you're not very sure how this bug happened. One obvious course of action is to look at the workshop changelog! The only place where Wiremod is packaged!

That description provides no information to anyone involved.
Potential solution
Use conventional commits to easily give more information to each commit. Then, use commitlint and husky to make sure each contributor properly names each commit.
Now that we have @Vurv78 's workshop deploy action, we can easily compile a list of commits since the last update and make a changelog that only consists of the fix and feat commits.
I'd also recommend ONLY pushing to the workshop for fix and feat commits since they will actually provide changes in how Wiremod works. That would also greatly reduce the amount of updates server owners have to deal with on each server boot.