-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #70 from rafinskipg/templating
Templating
- Loading branch information
Showing
29 changed files
with
1,033 additions
and
442 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
Oops, something went wrong.