Skip to content

Commit

Permalink
Fixed incorrect GitReleaseManager configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
AdmiringWorm committed Aug 1, 2017
1 parent 5012614 commit 4f8d08c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions GitReleaseManager.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
create:
include-footer: true | false
create:
include-footer: true
footer-heading: Where to get it
footer-content: You can download this release from [nuget](https://nuget.org/packages/Cake.Transifex/{milestone}
footer-content: You can download this release from [nuget](https://nuget.org/packages/Cake.Transifex/{milestone})
footer-includes-milestone: true
milestone-replace-text: '{milestone}'
export:
export:
include-created-date-in-title: true
created-date-string-format: yyyy-MM-dd
perform-regex-removal: true
Expand Down

0 comments on commit 4f8d08c

Please sign in to comment.