Skip to content

Commit

Permalink
docs(readme): update --with-commit example in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Dec 11, 2021
1 parent e4c60b2 commit 47d124a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,9 +229,9 @@ commit_msg="chore(release): update CHANGELOG.md for 1.0.0"

# You might need to include the commit messages that do not exist
# for testing purposes or solving the chicken-egg problem.
git cliff --with-commit "$commit_msg"
git cliff --with-commit "$commit_msg" -o CHANGELOG.md

git commit -m "$commit_msg"
git add CHANGELOG.md && git commit -m "$commit_msg"
```

Sort the commits inside sections:
Expand Down

0 comments on commit 47d124a

Please sign in to comment.