Skip to content

Commit

Permalink
Revert "fix!: Let's try again"
Browse files Browse the repository at this point in the history
This reverts commit 7485e54.
  • Loading branch information
lukasz.gryzbon committed Jan 16, 2022
1 parent 7485e54 commit 0c12771
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .githooks/commit-msg
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Commits with breaking changes should include 'BREAKING CHANGE: <some description>' in the commit body with a description (Note: this is not validated by the hook).
#

commit_regex='^((build|chore|ci|docs|feat|fix|perf|refactor|revert|style|test)(!)?(\([a-zA-Z0-9 /_,.-]+?\))?: .{1,79}\w|Merge .+|(fixup|squash)! .+)$'
commit_regex='^((build|chore|ci|docs|feat|fix|perf|refactor|revert|style|test)(\([a-zA-Z0-9 /_,.-]+?\))?: .{1,79}\w|Merge .+|(fixup|squash)! .+)$'

error_msg='
----------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
[![Maven Central](https://img.shields.io/maven-central/v/io.github.lsd-consulting/lsd-distributed-generator-ui.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22io.github.lsd-consulting%22%20AND%20a:%22lsd-distributed-generator-ui%22)


This is the graphical interface providing the LSD generation functionality.
This is the graphical interface providing the LSD generation functionality

0 comments on commit 0c12771

Please sign in to comment.