Loading tools/ci-build/smithy-rs-tool-common/src/changelog.rs +1 −1 Original line number Diff line number Diff line Loading @@ -146,7 +146,7 @@ impl HandAuthoredEntry { if !self.author.chars().all(|c| c.is_alphanumeric() || c == '-') { bail!("Author must be valid GitHub username: [a-zA-Z0-9\\-]") } if self.references.is_empty() { if validation_set == ValidationSet::Development && self.references.is_empty() { bail!("Changelog entry must refer to at least one pull request or issue"); } if validation_set == ValidationSet::Development && self.message.len() > 800 { Loading Loading
tools/ci-build/smithy-rs-tool-common/src/changelog.rs +1 −1 Original line number Diff line number Diff line Loading @@ -146,7 +146,7 @@ impl HandAuthoredEntry { if !self.author.chars().all(|c| c.is_alphanumeric() || c == '-') { bail!("Author must be valid GitHub username: [a-zA-Z0-9\\-]") } if self.references.is_empty() { if validation_set == ValidationSet::Development && self.references.is_empty() { bail!("Changelog entry must refer to at least one pull request or issue"); } if validation_set == ValidationSet::Development && self.message.len() > 800 { Loading