Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed sectionning #111

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ gitchangelog
:alt: Test coverage


Use your commit log to make beautifull and configurable changelog file.
Use your commit log to make beautiful and configurable changelog file.


Feature
Expand Down Expand Up @@ -394,10 +394,10 @@ Use cases
=========


No sectionning
No sectioning
--------------

If you want to remove sectionning but keep anything else, you should
If you want to remove sectioning but keep anything else, you should
probably use::

section_regexps = [
Expand All @@ -406,8 +406,8 @@ probably use::

subject_process = (strip | ucfirst | final_dot)

This will disable sectionning and won't remove the prefixes
used for sectionning from the commit's summary.
This will disable sectioning and won't remove the prefixes
used for sectioning from the commit's summary.


Incremental changelog
Expand Down