Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update workflow to support standard format
CHANGELOG
files
At the moment, the gem autorelease workflow only supports `CHANGELOG` fles that have version numbers with h1 level headings. Whilst this format is used in most GOV.UK gems, there are some that have been updated to use the more standard format with a single h1 and then h2 level headings for each version. This latter format meets accessibility standards by only having a single h1 on the page and appears to be a community standard [1]. Therefore updating the gem autorelease workflow to support both types of file. 1: https://keepachangelog.com/en/1.1.0/
- Loading branch information