Skip to content

Commit

Permalink
Add commit to test data to trigger sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
cookpete committed Dec 1, 2017
1 parent e9a43b2 commit 9aa7ed4
Show file tree
Hide file tree
Showing 6 changed files with 59 additions and 0 deletions.
16 changes: 16 additions & 0 deletions test/data/commits.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,22 @@ export default [
"insertions": 8,
"deletions": 2
},
{
"hash": "e9a43b2bf50449fc0d84465308e6008cc1597bb3",
"shorthash": "e9a43b2",
"author": "Pete Cook",
"email": "email@example.com",
"date": "2015-12-29T21:19:19+00:00",
"tag": null,
"subject": "Another commit that fixes nothing but with less changes",
"message": "Another commit that fixes nothing but with less changes",
"fixes": null,
"merge": null,
"href": "https://github.com/user/repo/commit/e9a43b2bf50449fc0d84465308e6008cc1597bb3",
"files": 1,
"insertions": 1,
"deletions": 1
},
{
"hash": "12c0624e7e419a70bd5f3b403d7e0bd8f23ec617",
"shorthash": "12c0624",
Expand Down
9 changes: 9 additions & 0 deletions test/data/git-log.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,15 @@ email@example.com
__AUTO_CHANGELOG_MESSAGE_SEPARATOR__
2 files changed, 8 insertions(+), 2 deletions(-)

__AUTO_CHANGELOG_COMMIT_SEPARATOR__e9a43b2bf50449fc0d84465308e6008cc1597bb3

2015-12-29T21:19:19+00:00
Pete Cook
email@example.com
Another commit that fixes nothing but with less changes
__AUTO_CHANGELOG_MESSAGE_SEPARATOR__
1 files changed, 1 insertions(+), 1 deletions(-)

__AUTO_CHANGELOG_COMMIT_SEPARATOR__12c0624e7e419a70bd5f3b403d7e0bd8f23ec617

2015-12-29T21:18:19+00:00
Expand Down
16 changes: 16 additions & 0 deletions test/data/releases.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,22 @@ export default [
"files": 1,
"insertions": 2,
"deletions": 3
},
{
"hash": "e9a43b2bf50449fc0d84465308e6008cc1597bb3",
"shorthash": "e9a43b2",
"author": "Pete Cook",
"email": "email@example.com",
"date": "2015-12-29T21:19:19+00:00",
"tag": null,
"subject": "Another commit that fixes nothing but with less changes",
"message": "Another commit that fixes nothing but with less changes",
"fixes": null,
"merge": null,
"href": "https://github.com/user/repo/commit/e9a43b2bf50449fc0d84465308e6008cc1597bb3",
"files": 1,
"insertions": 1,
"deletions": 1
}
],
"fixes": [],
Expand Down
1 change: 1 addition & 0 deletions test/data/template-compact.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
#### [v0.1.0](https://github.com/user/repo/compare/v0.0.2...v0.1.0)
> 29 December 2015
- Commit that fixes nothing [`12c0624`](https://github.com/user/repo/commit/12c0624e7e419a70bd5f3b403d7e0bd8f23ec617)
- Another commit that fixes nothing but with less changes [`e9a43b2`](https://github.com/user/repo/commit/e9a43b2bf50449fc0d84465308e6008cc1597bb3)

#### [v0.0.2](https://github.com/user/repo/compare/v0.0.1...v0.0.2)
> 28 December 2015
Expand Down
16 changes: 16 additions & 0 deletions test/data/template-json.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,22 @@
"files": 1,
"insertions": 2,
"deletions": 3
},
{
"hash": "e9a43b2bf50449fc0d84465308e6008cc1597bb3",
"shorthash": "e9a43b2",
"author": "Pete Cook",
"email": "email@example.com",
"date": "2015-12-29T21:19:19+00:00",
"tag": null,
"subject": "Another commit that fixes nothing but with less changes",
"message": "Another commit that fixes nothing but with less changes",
"fixes": null,
"merge": null,
"href": "https://github.com/user/repo/commit/e9a43b2bf50449fc0d84465308e6008cc1597bb3",
"files": 1,
"insertions": 1,
"deletions": 1
}
],
"fixes": [],
Expand Down
1 change: 1 addition & 0 deletions test/data/template-keepachangelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
## [v0.1.0](https://github.com/user/repo/compare/v0.0.2...v0.1.0) - 2015-12-29
### Commits
- Commit that fixes nothing [`12c0624`](https://github.com/user/repo/commit/12c0624e7e419a70bd5f3b403d7e0bd8f23ec617)
- Another commit that fixes nothing but with less changes [`e9a43b2`](https://github.com/user/repo/commit/e9a43b2bf50449fc0d84465308e6008cc1597bb3)

## [v0.0.2](https://github.com/user/repo/compare/v0.0.1...v0.0.2) - 2015-12-28
### Merged
Expand Down

0 comments on commit 9aa7ed4

Please sign in to comment.