-
Notifications
You must be signed in to change notification settings - Fork 366
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add changelog reference files with NUKE flavor
- Loading branch information
1 parent
58daaad
commit 21a7fcd
Showing
5 changed files
with
155 additions
and
0 deletions.
There are no files selected for viewing
22 changes: 22 additions & 0 deletions
22
...Nuke.Common.Tests/ChangelogReferenceFiles/changelog_reference_NUKE_variant_1.md
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,22 @@ | ||
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) | ||
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). | ||
|
||
## [vNext] | ||
|
||
## [1.2.3] / 2022-01-02 | ||
- Added something | ||
- Fixed something | ||
|
||
## [1.2.2] / 2022-01-01 | ||
- Fixed something | ||
|
||
## [0.2.0] / 2020-03-17 | ||
- Added something | ||
|
||
## [0.1.0] / 2019-03-23 | ||
- Added something | ||
|
||
Some text at the end of the changelog |
57 changes: 57 additions & 0 deletions
57
...Nuke.Common.Tests/ChangelogReferenceFiles/changelog_reference_NUKE_variant_1.verified.txt
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,57 @@ | ||
[ | ||
{ | ||
IsEmpty: true, | ||
Unreleased: true, | ||
Notes: [ | ||
|
||
], | ||
StartIndex: 6, | ||
EndIndex: 7 | ||
}, | ||
{ | ||
IsEmpty: false, | ||
Unreleased: false, | ||
Version: 1.2.3, | ||
Notes: [ | ||
- Added something, | ||
- Fixed something, | ||
|
||
], | ||
StartIndex: 8, | ||
EndIndex: 11 | ||
}, | ||
{ | ||
IsEmpty: false, | ||
Unreleased: false, | ||
Version: 1.2.2, | ||
Notes: [ | ||
- Fixed something, | ||
|
||
], | ||
StartIndex: 12, | ||
EndIndex: 14 | ||
}, | ||
{ | ||
IsEmpty: false, | ||
Unreleased: false, | ||
Version: 0.2.0, | ||
Notes: [ | ||
- Added something, | ||
|
||
], | ||
StartIndex: 15, | ||
EndIndex: 17 | ||
}, | ||
{ | ||
IsEmpty: false, | ||
Unreleased: false, | ||
Version: 0.1.0, | ||
Notes: [ | ||
- Added something, | ||
, | ||
Some text at the end of the changelog | ||
], | ||
StartIndex: 18, | ||
EndIndex: 21 | ||
} | ||
] |
23 changes: 23 additions & 0 deletions
23
...Nuke.Common.Tests/ChangelogReferenceFiles/changelog_reference_NUKE_variant_2.md
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,23 @@ | ||
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) | ||
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). | ||
|
||
## [vNext] | ||
- Changed something | ||
|
||
## [1.0.0] / 2022-01-02 | ||
- Some text that spans | ||
multiple lines | ||
- A text on a single line | ||
|
||
- Added something | ||
- Fixed something | ||
|
||
## [0.1.0] / 2019-03-23 | ||
- Added something | ||
|
||
- Fixed something | ||
|
||
Some text at the end of the changelog |
42 changes: 42 additions & 0 deletions
42
...Nuke.Common.Tests/ChangelogReferenceFiles/changelog_reference_NUKE_variant_2.verified.txt
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,42 @@ | ||
[ | ||
{ | ||
IsEmpty: false, | ||
Unreleased: true, | ||
Notes: [ | ||
- Changed something, | ||
|
||
], | ||
StartIndex: 6, | ||
EndIndex: 8 | ||
}, | ||
{ | ||
IsEmpty: false, | ||
Unreleased: false, | ||
Version: 1.0.0, | ||
Notes: [ | ||
- Some text that spans, | ||
multiple lines, | ||
- A text on a single line, | ||
, | ||
- Added something, | ||
- Fixed something, | ||
|
||
], | ||
StartIndex: 9, | ||
EndIndex: 16 | ||
}, | ||
{ | ||
IsEmpty: false, | ||
Unreleased: false, | ||
Version: 0.1.0, | ||
Notes: [ | ||
- Added something, | ||
, | ||
- Fixed something, | ||
, | ||
Some text at the end of the changelog | ||
], | ||
StartIndex: 17, | ||
EndIndex: 22 | ||
} | ||
] |
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