-
-
Notifications
You must be signed in to change notification settings - Fork 157
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a commit-only release to test data
Beefs up the rendering tests a bit, covering more bases
- Loading branch information
Showing
5 changed files
with
74 additions
and
5 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
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 |
---|---|---|
|
@@ -3,12 +3,34 @@ export default [{ | |
tag: null, | ||
author: 'Pete Cook', | ||
email: '[email protected]', | ||
date: '2015-12-28T21:57:19+00:00', | ||
date: '2015-12-29T21:57:19+00:00', | ||
subject: 'Unreleased commit', | ||
message: 'Unreleased commit\n\nFixes #6', | ||
files: 5, | ||
insertions: 10, | ||
deletions: 10 | ||
}, { | ||
hash: 'db92947e6129cc20cd7777b7ed90b2bd547918c0', | ||
tag: 'v0.1.0', | ||
author: 'Pete Cook', | ||
email: '[email protected]', | ||
date: '2015-12-29T21:19:17+00:00', | ||
subject: '0.1.0', | ||
message: '0.1.0', | ||
files: 2, | ||
insertions: 8, | ||
deletions: 2 | ||
}, { | ||
hash: '12c0624e7e419a70bd5f3b403d7e0bd8f23ec617', | ||
tag: null, | ||
author: 'Pete Cook', | ||
email: '[email protected]', | ||
date: '2015-12-29T21:18:19+00:00', | ||
subject: 'Commit that fixes nothing', | ||
message: 'Commit that fixes nothing', | ||
files: 1, | ||
insertions: 2, | ||
deletions: 3 | ||
}, { | ||
hash: 'ef17dcc732d282f027aa3bddf8f91cbb05998cc8', | ||
tag: 'v0.0.2', | ||
|
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,6 +1,6 @@ | ||
export default `===COMMIT_SEPARATOR===b0b304049847d9568585bc11399fa6cfa4cab5dc | ||
HEAD -> master, origin/master | ||
2015-12-28T21:57:19+00:00 | ||
2015-12-29T21:57:19+00:00 | ||
Pete Cook | ||
[email protected] | ||
Unreleased commit | ||
|
@@ -9,6 +9,24 @@ Fixes #6 | |
---MESSAGE_SEPARATOR--- | ||
5 files changed, 10 insertions(+), 10 deletions(-) | ||
===COMMIT_SEPARATOR===db92947e6129cc20cd7777b7ed90b2bd547918c0 | ||
tag: v0.1.0 | ||
2015-12-29T21:19:17+00:00 | ||
Pete Cook | ||
[email protected] | ||
0.1.0 | ||
---MESSAGE_SEPARATOR--- | ||
2 files changed, 8 insertions(+), 2 deletions(-) | ||
===COMMIT_SEPARATOR===12c0624e7e419a70bd5f3b403d7e0bd8f23ec617 | ||
2015-12-29T21:18:19+00:00 | ||
Pete Cook | ||
[email protected] | ||
Commit that fixes nothing | ||
---MESSAGE_SEPARATOR--- | ||
1 files changed, 2 insertions(+), 3 deletions(-) | ||
===COMMIT_SEPARATOR===ef17dcc732d282f027aa3bddf8f91cbb05998cc8 | ||
tag: v0.0.2 | ||
2015-12-28T21:17:17+00:00 | ||
|
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ export default [{ | |
tag: null, | ||
author: 'Pete Cook', | ||
email: '[email protected]', | ||
date: '2015-12-28T21:57:19+00:00', | ||
date: '2015-12-29T21:57:19+00:00', | ||
subject: 'Unreleased commit', | ||
message: 'Unreleased commit\n\nFixes #6', | ||
files: 5, | ||
|
@@ -16,6 +16,23 @@ export default [{ | |
} | ||
}], | ||
merges: [] | ||
}, { | ||
commits: [{ | ||
hash: '12c0624e7e419a70bd5f3b403d7e0bd8f23ec617', | ||
tag: null, | ||
author: 'Pete Cook', | ||
email: '[email protected]', | ||
date: '2015-12-29T21:18:19+00:00', | ||
subject: 'Commit that fixes nothing', | ||
message: 'Commit that fixes nothing', | ||
files: 1, | ||
insertions: 2, | ||
deletions: 3 | ||
}], | ||
fixes: [], | ||
merges: [], | ||
tag: 'v0.1.0', | ||
date: '2015-12-29T21:19:17+00:00' | ||
}, { | ||
commits: [], | ||
fixes: [{ | ||
|