Skip to content

Commit

Permalink
Merge pull request #70 from rafinskipg/templating
Browse files Browse the repository at this point in the history
Templating
  • Loading branch information
rafinskipg authored Dec 25, 2016
2 parents 1ff50d0 + 1819083 commit 5e60232
Show file tree
Hide file tree
Showing 29 changed files with 1,033 additions and 442 deletions.
1 change: 1 addition & 0 deletions .changelogrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"logo": "https://github.com/rafinskipg/git-changelog/raw/master/images/git-changelog-logo.png",
"intro": "Git changelog is a utility tool for generating changelogs. It is free and opensource. :)",
"debug": "true",
"template": "templates/template.md",
"sections": [
{
"title": "Bug Fixes",
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: node_js
node_js:
- "0.12"
- "4.4"
- "6.1"
- "7.3.0"

notifications:
email:
Expand Down
37 changes: 24 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,42 @@
<img width="300px" src="https://github.com/rafinskipg/git-changelog/raw/master/images/git-changelog-logo.png" />

__Git changelog__
# Git changelog

_Git changelog is a utility tool for generating changelogs. It is free and opensource. :)_

# (2016-07-29)


## Bug Fixes
- fix error messages
([ee5068bf](https://github.com/rafinskipg/git-changelog/commit/ee5068bffdbb9c0e45c8ce9ce0c2f790440f19e3))

- **git tag**
- get latest tag, regardless of branch for workflows that rely on git-flow releases
([48800306](https://github.com/rafinskipg/git-changelog/commit/48800306fa5ac19b7e9a4c6d7f2f432ee8ae4d84))

- **options**
- Use version_name instead of version
([43fdac85](https://github.com/rafinskipg/git-changelog/commit/43fdac855bfd2f67a43acc93ecc8ef2e7a81f45c))

---

## Bug Fixes

- **git log:** Ignores letter case
([d4cff0a8](https://github.com/rafinskipg/git-changelog/commit/d4cff0a86c5ce46405f3c0dd03f9c49a7d620792),
[#54](https://github.com/rafinskipg/git-changelog/issues/54))

## Features

- **template**
- Load default template if no custom template is found
([41d5128b](https://github.com/rafinskipg/git-changelog/commit/41d5128b922efe3ced883a37bb4e170410160f4f))




## Documentation
- updating documentation with template info
([70fb9774](https://github.com/rafinskipg/git-changelog/commit/70fb97742ea2182a9d25ca92d6eeab081b44cc63))


- **readme:**
- Unuseful commit
([4373f472](https://github.com/rafinskipg/git-changelog/commit/4373f4726eedad6d450c8255f5e57036a3e5e223))
- fix link to the `.changelogrc` section
([2975171d](https://github.com/rafinskipg/git-changelog/commit/2975171d89e1823253399bbe87a184e9164e9799))



---
<sub><sup>*Generated with [git-changelog](https://github.com/rafinskipg/git-changelog). If you have any problems or suggestions, create an issue.* :) **Thanks** </sub></sup>
<sub><sup>*Generated with [git-changelog](https://github.com/rafinskipg/git-changelog). If you have any problems or suggestions, create an issue.* :) **Thanks** </sub></sup>
Loading

0 comments on commit 5e60232

Please sign in to comment.