Skip to content

Commit

Permalink
release config
Browse files Browse the repository at this point in the history
  • Loading branch information
Krisztián Gödrei committed Mar 16, 2016
1 parent bd4f8c7 commit 9090153
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions release_config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
release:
development_branch: master
release_branch: master
changelog:
path: CHANGELOG.md
content_template: |-
{{range .ContentItems}}### {{.EndTaggedCommit.Tag}} ({{.EndTaggedCommit.Date.Format "2006 Jan 02"}})
{{range .Commits}}* [{{firstChars .Hash 7}}] {{.Message}}
{{end}}
{{end}}
header_template: '## Changelog (Current version: {{.Version}})'
footer_template: 'Updated: {{.CurrentDate.Format "2006 Jan 02"}}'

0 comments on commit 9090153

Please sign in to comment.