Skip to content

Commit

Permalink
docs(config): Add the description for the templateText
Browse files Browse the repository at this point in the history
Specify the difference between `template` and `templateText`.
  • Loading branch information
5ouma committed Oct 23, 2024
1 parent 609b29b commit a422597
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,10 @@ Flag whether or not changelog is added or changed during the release.
Command to change files just before release.

### tagpr.template (Optional)
Pull request template in go template format
Pull request template file in go template format

### tagpr.templateText (Optional)
Pull request template text in go template format

### tagpr.release (Optional)
GitHub Release creation behavior after tagging `[true, draft, false]`
Expand Down
5 changes: 4 additions & 1 deletion config.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,10 @@ const (
# Command to change files just before release.
#
# tagpr.template (Optional)
# Pull request template in go template format
# Pull request template file in go template format
#
# tagpr.templateText (Optional)
# Pull request template text in go template format
#
# tagpr.release (Optional)
# GitHub Release creation behavior after tagging [true, draft, false]
Expand Down

0 comments on commit a422597

Please sign in to comment.