chore(release): prepare 1.0.0 release
All checks were successful
Release / release (push) Successful in 11m59s
Release / checks (push) Successful in 8m35s
Publish Docker Images / coverage-and-sonar (push) Successful in 24m33s

This commit is contained in:
2026-03-23 13:36:45 +01:00
parent 7a6f513cb1
commit 7603e331bd
9 changed files with 231 additions and 86 deletions

View File

@@ -81,7 +81,7 @@ impl ConventionalCommit {
+ self.description.len()
}
/// Format the complete commit messsage
/// Format the complete commit message
///
/// Returns `type(scope): description` if scope is non-empty, or
/// `type: description` if scope is empty