chore(release): prepare 1.0.0 release
Some checks failed
Publish Docker Images / coverage-and-sonar (push) Has been cancelled
Release / release (push) Has been skipped
Release / checks (push) Failing after 6s

This commit is contained in:
2026-03-23 13:36:45 +01:00
parent 7a6f513cb1
commit 5a59c19d8e
6 changed files with 163 additions and 75 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