mirror of
https://github.com/git-chglog/git-chglog.git
synced 2026-01-23 02:15:12 +00:00
* Argument: --path filtering - refs #35 * Minor documentation additions for Paths option
This commit is contained in:
parent
a1c84d7a0d
commit
9d62af2943
6 changed files with 28 additions and 5 deletions
|
|
@ -40,6 +40,7 @@ type Options struct {
|
|||
JiraUrl string
|
||||
JiraTypeMaps map[string]string
|
||||
JiraIssueDescriptionPattern string
|
||||
Paths []string // Path filter
|
||||
}
|
||||
|
||||
// Info is metadata related to CHANGELOG
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue