-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add ability to pass templates and exclusions via command line
So that you don't need to construct a custom file if you just want to pass a template or tag exclusion. version: Unreleased tag: Added
- Loading branch information
Ben Zumhagen
committed
Nov 5, 2019
1 parent
50302ef
commit b0d9854
Showing
2 changed files
with
18 additions
and
6 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,5 +5,5 @@ | |
"Tag": "tag:(.*)[\n]?" | ||
}, | ||
"Template": "", | ||
"TagsToExclude": [] | ||
"TagsToExclude": "" | ||
} |