-
Notifications
You must be signed in to change notification settings - Fork 4
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 #34 from nunit/release-3.7.0
Release 3.7.0
- Loading branch information
Showing
25 changed files
with
191 additions
and
110 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 |
---|---|---|
|
@@ -182,3 +182,4 @@ MockAssemblyResult.xml | |
PortabilityAnalysis*.html | ||
tools | ||
!tools/packages.config | ||
DraftRelease.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,33 @@ | ||
## NUnit V2 Result Writer Extension 3.7.0 - September 16, 2021 | ||
|
||
This release consists primarily of improvements to the build process but also | ||
corrects several problems in the content of the V2 result file. | ||
|
||
### Bugs | ||
|
||
* 9 NUnit3 result format output as nunit2 reports test dll as ignored if one or more child tests marked as ignored | ||
* 11 Wrong version information of NUnit 3 in NUnit 2 export format | ||
* 13 Results xml-file in nunit2 format does not confirm to xsd | ||
|
||
### Build | ||
|
||
* 16 Automate the GitHub release process | ||
* 17 Change default branch from master to main | ||
* 21 Add functional package tests to build | ||
* 25 Upgrade to latest Cake Release | ||
* 27 Publish dev builds on MyGet | ||
* 28 Publish production builds on NuGet and Chocolatey | ||
* 30 Standardize build scripts for extensions | ||
|
||
## NUnit V2 Result Writer Extension 3.6.0 - August 1, 2017 | ||
|
||
This release fixes an error in the build and adds a chocolatey package. | ||
|
||
### Issues Resolved | ||
|
||
* 3 No license file in NuGet package | ||
* 4 Integrate chocolatey package in build script | ||
|
||
## NUnit V2 Result Writer Extension 3.5.0 - October 6, 2016 | ||
|
||
The first independent release of the nunit-v2-result-writer extension. |
This file was deleted.
Oops, something went wrong.
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,56 @@ | ||
# The labels that will be used to include issues in release notes. | ||
issue-labels-include: | ||
- Feature | ||
- Enhancement | ||
- Bug | ||
- Build | ||
- Documentation | ||
# The labels that will NOT be used when including issues in release notes. | ||
issue-labels-exclude: | ||
- Refactor | ||
# Overrides default pluralization and header names for specific labels. | ||
issue-labels-alias: | ||
- name: Build | ||
header: Build | ||
plural: Build | ||
- name: Documentation | ||
header: Documentation | ||
plural: Documentation | ||
# Configuration values used when creating new releases | ||
create: | ||
include-footer: true | ||
footer-heading: Packages | ||
footer-content: >- | ||
There are two different packages available for the extension. | ||
<ul> | ||
<li>For a chocolatey install: `nunit-extension-nunit-v2-result-writer.{milestone}.nupkg` | ||
<li>For a nuget install: `NUnit.Extension.NUnitV2ResultWriter.{milestone}.nupkg` | ||
</ul> | ||
You may also download the extension from | ||
[chocolatey.org](https://chocolatey.org/packages/nunit-extension-nunit-v2-result-writer/) | ||
or [nuget.org](https://nuget.org/packages/NUnit.Extension.NUnitV2ResultWriter/). | ||
footer-includes-milestone: true | ||
milestone-replace-text: '{milestone}' | ||
include-sha-section: true | ||
sha-section-heading: "SHA256 Hashes of the release artifacts" | ||
sha-section-line-format: "- `{1}\t{0}`" | ||
allow-update-to-published: false | ||
# Configuration values used when exporting release notes | ||
export: | ||
include-created-date-in-title: true | ||
created-date-string-format: MMMM dd, yyyy | ||
perform-regex-removal: false | ||
# regex-text: '### Where to get it(\r\n)*You can .*\.' | ||
# multiline-regex: false | ||
# Configuration values used when closing a milestone | ||
close: | ||
# Whether to add comments to issues closed with the published milestone release. | ||
use-issue-comments: true | ||
issue-comment: |- | ||
:tada: This issue has been resolved in version {milestone} :tada: | ||
The release is available on: | ||
- [GitHub Release](https://github.com/{owner}/{repository}/releases/tag/{milestone}) | ||
- [NuGet Package](https://www.nuget.org/packages/NUnit.Extension.NUnitV2ResultWriter/{milestone}) | ||
- [Chocolatey Package](https://chocolatey.org/packages/nunit-extension-nunit-v2-result-writer/{milestone}) |
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
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
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
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
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
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
Oops, something went wrong.