ejbills / DockDoor

Window peeking for macOS
https://dockdoor.net
GNU General Public License v3.0
1.1k stars 30 forks source link

Enforcement Conventional Commits #85

Closed ShlomoCode closed 2 months ago

ShlomoCode commented 3 months ago

Using Conventional Commits makes the change history and intent clearer, especially in the long run. It also allows the creation of a changelog divided into sections (feat, fix, etc.) automatically by GitHub when creating a release.

Refs: https://www.conventionalcommits.org/en/v1.0.0/ https://gist.github.com/qoomon/5dfcdf8eec66a051ecd85625518cfd13

ShlomoCode commented 3 months ago

BTW I found this GPT prompt very helpful

I want you to act as a commit message generator. I will provide you with information about the task and the prefix for the task code, and I would like you to generate an appropriate commit message using the conventional commit format. Do not write any explanations or other words, just reply with the commit message.