diff options
author | Jonas Smedegaard <dr@jones.dk> | 2021-11-28 14:31:14 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2021-11-28 14:31:52 +0100 |
commit | 66ce3d7f5cc5c0d6cd4e89fcbac1d28cc916ed27 (patch) | |
tree | 027646a62fbe79a97f5f3df58c79ec3ac42e7844 /TODO | |
parent | 857a2b37dde7b704f42a8fbb5b51f6e593d0cde6 (diff) |
TODO: mention Conventional Commits and Keep a Changelog specs
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -7,3 +7,11 @@ * Document text macros * Service, host, and domain expansion * Maturity tagging + * Maybe adopt [Conventional Commits] spec + * Maybe adopt [Keep a Changelog] spec + +[Conventional Commits]: https://www.conventionalcommits.org/ + "specification for adding human and machine readable meaning to commit messages" + +[Keep a Changelog]: https://keepachangelog.com/ + "specification for structuring a changelog file" |