matrix-appservice-irc
matrix-appservice-irc copied to clipboard
Changelock checker doesn't verify the validity of changelog entry type
Contribution guide says
A changelog filename should be ${GithubPRNumber}.{bugfix|misc|feature|doc|removal}
but we only check for the Github PR number, not for the changelog entry type. This caused a nuisance in https://github.com/matrix-org/matrix-appservice-irc/pull/1555 and required fixing in https://github.com/matrix-org/matrix-appservice-irc/pull/1682.