VerzatileDevOrg/Programming_HandBook

[Feature] - ADD recent Change Log page

Closed this issue · 1 comments

Description:

To provide a feature rich and active website and to notify users of new articles or changes it would make sense to have a section within the home page that would briefly notify users of them.

Proposed Solution:

Provide a code related solution that would actively get the commits or Pages and make a brief section talking about its changes there.

Alternatives:

Manually add them to the Home Page each time a major update is released.

Will be done manually as of now, though in the future it would benefit from https://conventionalcommits.org/en/v1.0.0/ Conventional commits. Meaning certain tags or words would be used of which will be added to the changelog.

Or additionally semantic-release could be used.