{ "uuid": [ { "value": "46f8d4ae-3203-4b91-9bd3-13e0b8ad240d" } ], "langcode": [ { "value": "en" } ], "type": [ { "target_id": "daily_email", "target_type": "node_type", "target_uuid": "8bde1f2f-eef9-4f2d-ae9c-96921f8193d7" } ], "revision_timestamp": [ { "value": "2025-05-11T09:00:26+00:00" } ], "revision_uid": [ { "target_type": "user", "target_uuid": "b8966985-d4b2-42a7-a319-2e94ccfbb849" } ], "revision_log": [], "status": [ { "value": true } ], "uid": [ { "target_type": "user", "target_uuid": "b8966985-d4b2-42a7-a319-2e94ccfbb849" } ], "title": [ { "value": "Are conventional commits worth it?\n" } ], "created": [ { "value": "2023-11-24T00:00:00+00:00" } ], "changed": [ { "value": "2025-05-11T09:00:26+00:00" } ], "promote": [ { "value": false } ], "sticky": [ { "value": false } ], "default_langcode": [ { "value": true } ], "revision_translation_affected": [ { "value": true } ], "path": [ { "alias": "\/daily\/2023\/11\/24\/are-conventional-commits-worth-it", "langcode": "en" } ], "body": [ { "value": "\n
For some time, I've written commit messages following the Conventional Commits specification, where you start the subject with the type of commit - such as Then, it is encouraged to add a longer body to the message and provide any links and task IDs that the change relates to.<\/p>\n\n Now I've been using it for a while, I'm deciding whether it adds value for me and whether it's worth me using it.<\/p>\n\n I don't create automatic CHANGELOG files from the commit types.<\/p>\n\n The scopes are usually arbitrary, it's unclear which scope (or scopes) should be added, or it repeats the module name I'm working on (which I could see from the Git diff).<\/p>\n\n While I see value in writing descriptive commit messages, I'm unsure if I do to format the subject line in this way.<\/p>\n\n I like to use an iterative approach to my workflow. I like to try things and see if they work for me. If not, I can stop or continue iterating.<\/p>\n\n If working with others, should you focus on writing commits that categorise commit messages within their subject or writing descriptive commit messages that capture why the change is needed?<\/p>\n\n Which provides the most value when looking back at the Git log in the future?<\/p>\n\n ",
"format": "full_html",
"processed": "\n For some time, I've written commit messages following the Conventional Commits specification, where you start the subject with the type of commit - such as Then, it is encouraged to add a longer body to the message and provide any links and task IDs that the change relates to.<\/p>\n\n Now I've been using it for a while, I'm deciding whether it adds value for me and whether it's worth me using it.<\/p>\n\n I don't create automatic CHANGELOG files from the commit types.<\/p>\n\n The scopes are usually arbitrary, it's unclear which scope (or scopes) should be added, or it repeats the module name I'm working on (which I could see from the Git diff).<\/p>\n\n While I see value in writing descriptive commit messages, I'm unsure if I do to format the subject line in this way.<\/p>\n\n I like to use an iterative approach to my workflow. I like to try things and see if they work for me. If not, I can stop or continue iterating.<\/p>\n\n If working with others, should you focus on writing commits that categorise commit messages within their subject or writing descriptive commit messages that capture why the change is needed?<\/p>\n\n Which provides the most value when looking back at the Git log in the future?<\/p>\n\n ",
"summary": null
}
],
"feeds_item": [
{
"imported": "1970-01-01T00:33:45+00:00",
"guid": null,
"hash": "e3dc97eea5cca21de24880789f8cf5fd",
"target_type": "feeds_feed",
"target_uuid": "90c85284-7ca8-4074-9178-97ff8384fe76"
}
]
}feat<\/code>,
fix<\/code>,
chore<\/code>,
docs<\/code>, etc - and provide an optional scope before completing the subject line (the first line in the message).<\/p>\n\n
Here's the thing<\/h2>\n\n
feat<\/code>,
fix<\/code>,
chore<\/code>,
docs<\/code>, etc - and provide an optional scope before completing the subject line (the first line in the message).<\/p>\n\n
Here's the thing<\/h2>\n\n