Skip to content

Commit

Permalink
Added gitreleasemanager configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
AdmiringWorm committed Jul 21, 2017
1 parent ed30ac1 commit 304f243
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions GitReleaseManager.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
create:
include-footer: true | false
footer-heading: Where to get it
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:
include-created-date-in-title: true
created-date-string-format: yyyy-MM-dd
perform-regex-removal: true
regex-text: '### Where to get it(\r\n)*You can .*\)'
multiline-regex: true
issue-labels-include:
- Breaking Change
- Bug
- Feature
- Improvement
- Documentation
issue-labels-exclude:
- Internal Refactoring
- Build
issue-labels-alias:
- name: Documentation
header: Documentation
plural: Documentation

0 comments on commit 304f243

Please sign in to comment.