Skip to content

Commit

Permalink
fix(readme): this is a test
Browse files Browse the repository at this point in the history
  • Loading branch information
donhector committed Dec 2, 2021
1 parent 163db16 commit 66a4bb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cz.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name = "cz_conventional_commits"
# message_template = "{{type}}{% if scope %}({{scope}}){% endif %}{% if is_breaking_change %}!{% endif %}: {{subject}}{% if body %}\n\n{{body}}{% endif %}{% if footer %}\n\n{{footer}}{% endif %}"
# example = "fix(api): correct minor typos in code\n\nsee the issue for details on the typos fixed\n\ncloses issue #12"
# schema = "<type>(<scope>): <subject>\n<BLANK LINE>\n<body>\n<BLANK LINE>\n(BREAKING CHANGE: )<footer>"
# #schema_pattern = "^(build|chore|ci|docs|feat|fix|perf|refactor|revert|style|test)(\\(\\S+\\))?!?:(\\s.*)"
# schema_pattern = "^(build|chore|ci|docs|feat|fix|perf|refactor|revert|style|test)(\\(\\S+\\))?!?:(\\s.*)"

# [[tool.commitizen.customize.questions]]
# type = "list"
Expand Down

0 comments on commit 66a4bb6

Please sign in to comment.