-
Notifications
You must be signed in to change notification settings - Fork 250
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(parsers): enable parsers to identify linked issues on a commit (#…
…1109) * refactor(parsers): add parser option validation to commit parsing * docs(api-parsers): add option documentation to parser options * feat(parsers): add `other_allowed_tags` option for commit parser options * feat(parser-custom): enable custom parsers to identify linked issues on a commit * test(parser-angular): add unit tests to verify parsing of issue numbers * test(parser-emoji): add unit tests to verify parsing of issue numbers * test(parser-scipy): add unit tests to verify parsing of issue numbers * fix(util): prevent git footers from being collapsed during parse * feat(parser-angular): automatically parse angular issue footers from commit messages * feat(parser-emoji): parse issue reference footers from commit messages * docs(commit-parsing): improve & expand commit parsing w/ parser descriptions * docs(changelog-templates): update examples using new `commit.linked_issues` attribute * chore(docs): update documentation configuration for team publishing
- Loading branch information
1 parent
4fde30e
commit f90b8dc
Showing
19 changed files
with
1,749 additions
and
457 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.