Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
barseghyanartur committed Nov 17, 2019
1 parent e103074 commit 74051e0
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
14 changes: 14 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,16 @@ Sample commits
~~~~~~~~~~~~~~
Consider the following commits into the dev branch:

*branch: bugfix/MSFT-1240-LinkedIn-authentication-failing*

- MSFT-1240 Fix package configuration.
- MSFT-1240 Update authentication pipeline.

*branch: deprecation/MSFT-1239-Deprecate-Python2*

- MSFT-1239 Deprecate Python2.
- MSFT-1238 Add initial MyPY setup.

*branch: feature/MSFT-1238-Token-authentication*

- MSFT-1238 Implement token authentication.
Expand Down Expand Up @@ -106,6 +116,10 @@ Releases have been made in the following way:

- Merged issues MSFT-1237 and MSFT-1238

*Yet unreleased features/branches*

- MSFT-1239 and

Sample changelog output
-----------------------
The generated change log would look as follows:
Expand Down
2 changes: 1 addition & 1 deletion src/matyan/patterns.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def get_branch_types_for_regex() -> str:
the_rest=branch_key[1:]
)
)
return r'|'.join(branches_regex_list)
return r'|'.join(branches_regex_list)


REGEX_PATTERN_BRANCH_TYPE = r'(((?P<branch_type>{branch_types}))\/)?'.format(
Expand Down
1 change: 0 additions & 1 deletion src/matyan/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,6 @@ def json_changelog_cli() -> Type[None]:
parser.add_argument(
'between',
nargs='?',
dest="between",
default=None,
help="Range, might be tag or a commit or a branch.",
)
Expand Down

0 comments on commit 74051e0

Please sign in to comment.