Skip to main content
Dec 09, 2025

Automating Drupal release notes in Dependabot PRs

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.
#drupal  #dependabot  #github
Jul 06, 2023

Using DDEV snapshots to speed up GitHub Actions workflows

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.

#drupal  #ddev  #github
Jun 11, 2013

Custom WordPress Widget CSS Classes

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.
#github  #plugin  #wordpress