Skip to content

Commit

Permalink
Merge branch 'main' into feat/regex-tag_pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Oct 28, 2023
2 parents c25427a + 51f5e5b commit 4524598
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
/npm/
/pypi/
/website/
/img/

# Files
.editorconfig
Expand Down
2 changes: 1 addition & 1 deletion git-cliff-core/src/commit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ impl Commit<'_> {
}
}

/// Preprocesses the commit using [`CommitPreprocessor`]s.
/// Preprocesses the commit using [`TextProcessor`]s.
///
/// Modifies the commit [`message`] using regex or custom OS command.
///
Expand Down
Binary file added img/git-cliff-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4524598

Please sign in to comment.