Skip to content

Commit

Permalink
Fixes in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
barseghyanartur committed Nov 20, 2019
1 parent 5676195 commit 416a2ff
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
9 changes: 5 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,14 @@ version 0.0.3.
**Generate changelog between two branches:**

In some cases you only want to show what has been done since last release.
The following example would generate changelog since version 0.0.1 to
version 0.0.3.
In some cases you only want to show which changes have been made to acceptance
since last production release.
The following example would generate changelog with changes that are on
acceptance branch and not yet in master.

.. code-block:: sh
generate-changelog master..dev
generate-changelog master..acceptance
**Generate changelog with releases info shown**

Expand Down
9 changes: 5 additions & 4 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,14 @@ version 0.0.3.
**Generate changelog between two branches:**

In some cases you only want to show what has been done since last release.
The following example would generate changelog since version 0.0.1 to
version 0.0.3.
In some cases you only want to show which changes have been made to acceptance
since last production release.
The following example would generate changelog with changes that are on
acceptance branch and not yet in master.

.. code-block:: sh
generate-changelog master..dev
generate-changelog master..acceptance
**Generate changelog with releases info shown**

Expand Down

0 comments on commit 416a2ff

Please sign in to comment.