Skip to content

Commit cdb30b3

Browse files
Reapply "Update regex to allow flexible changelog entries"
This reverts commit 3c2191b.
1 parent a172ef7 commit cdb30b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_tools/spec/changelog_verifier_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def log_paths
4747
describe "ensures CHANGELOG.md has parsable entries" do
4848

4949
let(:skip_pattern) { /(------------------\n|Unreleased Changes\n|\d\.\d+\.\d.*)/ }
50-
let(:entry_pattern) { /(\*\sFeature\s-\s\w+|\*\sIssue\s-\s\w+)/ }
50+
let(:entry_pattern) { /(\*\sFeature\s-\s[\w:]+|\*\sIssue\s-\s[\w:]+|\s+.+)/ }
5151

5252
log_paths.each do |path|
5353
it "#{path} has parsable changlog entries" do

0 commit comments

Comments
 (0)