Skip to content

Commit

Permalink
feat(all): issue178 - Automate CHANGELOG.md creation (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
isuPatches authored Dec 30, 2022
1 parent 2f1b6d0 commit 958d8aa
Show file tree
Hide file tree
Showing 10 changed files with 1,062 additions and 1,596 deletions.
2 changes: 1 addition & 1 deletion .githooks/commit-msg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/zsh

if ! head -1 "$1" | grep -qE "^(feat|fix|ci|chore|docs|test|style|refactor|revert|perf)(\(.+?\))?: .{1,}$"; then
if ! head -1 "$1" | grep -qE "^(feat|fix|ci|chore|docs|test|style|refactor|revert|perf|release).*!*: .+"; then
echo "Aborting commit. Your commit message is invalid." >&2
exit 1
fi
Expand Down
1,005 changes: 1,005 additions & 0 deletions CHANGELOG.md

Large diffs are not rendered by default.

Loading

0 comments on commit 958d8aa

Please sign in to comment.