Skip to content

Commit d5a26b9

Browse files
Revert "Reapply "Update regex to allow flexible changelog entries""
This reverts commit cdb30b3.
1 parent 5c344cf commit d5a26b9

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:]+|\s+.+)/ }
50+
let(:entry_pattern) { /(\*\sFeature\s-\s\w+|\*\sIssue\s-\s\w+)/ }
5151

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

0 commit comments

Comments
 (0)