Releases: candoumbe/Pipelines
Releases · candoumbe/Pipelines
1.2.1
🛠️ Fixes
-
- Fixed incorrect source branch name when creating a
chore
branch (#202)
- Fixed incorrect source branch name when creating a
-
- Fixed the behavior of
chore
command when running from achore/*
branch : the command will now properly end thechore
workflow.
- Fixed the behavior of
-
🚀 New features
-
- Added
IDoChoreWorkflow
toIGitFlow
andIGitHubFlow
: this enable thechore
target on those workflows
- Added
1.2.0
🚀 New features
-
- Added
IDoChoreWorkflow
component that can be used to work on a task using achore/*
branch.
- Added
1.1.0
1.0.1
🧹 Housekeeping
-
- Moved to central package management
0.13.4
🛠️ Fixes
-
- Fixed incorrect rendering of
IDotNetFormat
command line arguments.
- Fixed incorrect rendering of
0.13.3
🛠️ Fixes
-
- Removed redundant dependency on
IIntegrationTest
default component which caused circular dependency.
- Removed redundant dependency on
-
- Fixed incorrect
--with-baseline
option when runningIMutationTest
component from ahotfix/*
branch in a GitFlow workflow.
- Fixed incorrect
-
- Run
IBenchmark.Benchmarks
target inConfiguration.Release
by default
- Run
-
🚀 New features
-
- Added
HTML
reporter by default when runningIMutation.MutationTests
target locally.
- Added
0.13.2
🛠️ Fixes
-
- Fixed artifact names collision for code coverage and code coverage history.
-
🚨 Breaking changes
-
IReportCoverage
component no longer provide any target for reporting code coverage. Instead, you should :
-
- use
IReportUnitTestCoverage
component for reporting unit tests coverage
- use
-
- use
IReportIntegrationTestCoverage
component for reporting integration tests coverage
- use
0.13.1
0.13.0
🚀 New features
-
- Added
IIntegrationTest
component that can run integration tests (#173)
- Added
-
- Added
IReportUnitTestCodeCoverage
component
- Added
-
- Added
IReportIntegrationTestCodeCoverage
component
- Added
-
- Added
IRestore.RestoreToolSettings
to configure the behavior ofdotnet tool restore
command.
- Added
-
- Added "native" stryker tool support
-
🚨 Breaking changes
-
- Dropped
net6.0
support
- Dropped
- -Separated directories for code coverage and coverage history between unit and integration tests.
-
IPushNuGetPackages
component no longer add--skip-duplicate
option by default.
-
- Replaced
Configure<DotNetRunSettings> StrykerArgumentSettings
is nowConfigure<StrykerSettings>
- Replaced
-
🛠️ Fixes
-
IBuildDockerImage
component should run AFTERIUnitTest
,IIntegrationTest
andIMutationTest
components.
0.12.1
🛠️ Fixes
-
- Fixed incorrect verbosity of the default implementation of the
IUnitTest
component
- Fixed incorrect verbosity of the default implementation of the