Skip to main content
[2025-12-09]

Automating Drupal release notes in Dependabot PRs

#drupal #dependabot #github
I maintain drupal-mrn.dev, a tool widely used by maintainers to generate release notes for Drupal modules. It simplifies the changelog process, but consuming those notes has remained a manual step for site architects reviewing updates.
[2023-07-06]

Using DDEV snapshots to speed up GitHub Actions workflows

#drupal #ddev #github

My projects all use DDEV for local development. Regarding end-to-end testing, as part of my continuous integration process, I also use DDEV! This way, my scripts for running Cypress are the same locally and in my CI.

[2013-06-11]

Custom WordPress Widget CSS Classes

#github #plugin #wordpress
One thing that I has always bothered about WordPress widgets is the lack of ability to define custom widget CSS classes for each widget - it is kind of ugly using the stock widget IDs when you have four text widgets.