-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4877306
commit 2dca003
Showing
4 changed files
with
96 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
# Git Changelog changelog | ||
|
||
Changelog of Git Changelog. | ||
|
||
## Unreleased | ||
### No issue | ||
|
||
**Update README.md** | ||
|
||
|
||
[d2da496ed772fd4](https://github.com/tomasbjerre/git-changelog-lib/commit/d2da496ed772fd4) Tomas Bjerre *2016-02-21 12:27:49* | ||
|
||
**JSHint and PMD parsers** | ||
|
||
|
||
[48773067b5e86d1](https://github.com/tomasbjerre/git-changelog-lib/commit/48773067b5e86d1) Tomas Bjerre *2016-02-21 12:18:13* | ||
|
||
**Findbugs parser** | ||
|
||
|
||
[395483a7117cdb7](https://github.com/tomasbjerre/git-changelog-lib/commit/395483a7117cdb7) Tomas Bjerre *2016-02-21 11:42:53* | ||
|
||
**Adding specifics and column to Violation** | ||
|
||
|
||
[d6e0920176a6d9f](https://github.com/tomasbjerre/git-changelog-lib/commit/d6e0920176a6d9f) Tomas Bjerre *2016-02-21 08:33:00* | ||
|
||
**Parsers and sample reports** | ||
|
||
|
||
[b8d5a66e8ec407c](https://github.com/tomasbjerre/git-changelog-lib/commit/b8d5a66e8ec407c) Tomas Bjerre *2016-02-20 21:40:52* | ||
|
||
**First commit** | ||
|
||
|
||
[f141f3565174869](https://github.com/tomasbjerre/git-changelog-lib/commit/f141f3565174869) Tomas Bjerre *2016-02-18 18:17:50* | ||
|
||
|
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
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 |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# Git Changelog changelog | ||
|
||
Changelog of Git Changelog. | ||
|
||
{{#tags}} | ||
## {{name}} | ||
{{#issues}} | ||
{{#hasIssue}} | ||
{{#hasLink}} | ||
### {{name}} [{{issue}}]({{link}}) {{title}} | ||
{{/hasLink}} | ||
{{^hasLink}} | ||
### {{name}} {{issue}} {{title}} | ||
{{/hasLink}} | ||
{{/hasIssue}} | ||
{{^hasIssue}} | ||
### {{name}} | ||
{{/hasIssue}} | ||
|
||
{{#commits}} | ||
**{{{messageTitle}}}** | ||
|
||
{{#messageBodyItems}} | ||
* {{.}} | ||
{{/messageBodyItems}} | ||
|
||
[{{hash}}](https://github.com/tomasbjerre/git-changelog-lib/commit/{{hash}}) {{authorName}} *{{commitTime}}* | ||
|
||
{{/commits}} | ||
|
||
{{/issues}} | ||
{{/tags}} |