Skip to content

Unclear changelogs #2662

@yogwoggf

Description

@yogwoggf

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!
image

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions