RetroAchievements / docs-archive

RADocs
https://docs-archive.retroachievements.org
52 stars 10 forks source link

Create a global changelog page when deploying #40

Open meleu opened 3 years ago

televandalist commented 3 years ago

Hopped on here to suggest adding a more proper changelog to show what was changed, but I guess this would take care of that.

jeffjenx commented 3 years ago

Might want to start looking into using Conventional Commits.

Using a standard syntax for commit messages (particularly PR commits), you can automate the process of updating changelogs.

Particularly useful are feature and bug fix message prefixes:

fix: #000 short description of bug
feat: #000 short description of feature

Tagging the original issue number in the PR commit will cause the ticket to be self-closed when merged.