We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a172ef7 commit cdb30b3Copy full SHA for cdb30b3
build_tools/spec/changelog_verifier_spec.rb
@@ -47,7 +47,7 @@ def log_paths
47
describe "ensures CHANGELOG.md has parsable entries" do
48
49
let(:skip_pattern) { /(------------------\n|Unreleased Changes\n|\d\.\d+\.\d.*)/ }
50
- let(:entry_pattern) { /(\*\sFeature\s-\s\w+|\*\sIssue\s-\s\w+)/ }
+ let(:entry_pattern) { /(\*\sFeature\s-\s[\w:]+|\*\sIssue\s-\s[\w:]+|\s+.+)/ }
51
52
log_paths.each do |path|
53
it "#{path} has parsable changlog entries" do
0 commit comments