Skip to content

Releases: candoumbe/Pipelines

1.2.1

14 Sep 16:19
Compare
Choose a tag to compare

🛠️ Fixes

    • Fixed incorrect source branch name when creating a chore branch (#202)
    • Fixed the behavior of chore command when running from a chore/* branch : the command will now properly end the chore workflow.
  • 🚀 New features

    • Added IDoChoreWorkflow to IGitFlow and IGitHubFlow: this enable the chore target on those workflows

1.2.0

09 Sep 21:13
Compare
Choose a tag to compare

🚀 New features

    • Added IDoChoreWorkflow component that can be used to work on a task using a chore/* branch.

1.1.0

09 Sep 13:59
Compare
Choose a tag to compare

🚀 New features

    • Improved targets ordering
    • Added various checks to ensure targets that depends on certain files to be present do not run when those files are not present.
    • Added support for Microsoft.Testing.Platform (#198)
  • 🧹 Housekeeping

1.0.1

27 Aug 21:00
Compare
Choose a tag to compare

🧹 Housekeeping

    • Moved to central package management

0.13.4

18 Aug 21:22
Compare
Choose a tag to compare

🛠️ Fixes

    • Fixed incorrect rendering of IDotNetFormat command line arguments.

0.13.3

28 Jul 21:05
Compare
Choose a tag to compare

🛠️ Fixes

    • Removed redundant dependency on IIntegrationTest default component which caused circular dependency.
    • Fixed incorrect --with-baseline option when running IMutationTest component from a hotfix/* branch in a GitFlow workflow.
    • Run IBenchmark.Benchmarks target in Configuration.Release by default
  • 🚀 New features

    • Added HTML reporter by default when running IMutation.MutationTests target locally.

0.13.2

13 Apr 11:25
Compare
Choose a tag to compare

🛠️ 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 :

0.13.1

12 Apr 21:34
Compare
Choose a tag to compare

🛠️ Fixes

    • Fixed incorrect version number when creating a hotfix branch (#96)
    • Replaced commit number with branch name when submitting versioned mutation test reports (#183)

0.13.0

11 Apr 16:34
Compare
Choose a tag to compare

🚀 New features

    • Added IIntegrationTest component that can run integration tests (#173)
    • Added IReportUnitTestCodeCoverage component
    • Added IReportIntegrationTestCodeCoverage component
    • Added IRestore.RestoreToolSettings to configure the behavior of dotnet tool restore command.
    • Added "native" stryker tool support
  • 🚨 Breaking changes

    • Dropped net6.0 support
  • -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 now Configure<StrykerSettings>
  • 🛠️ Fixes

    • IBuildDockerImage component should run AFTER IUnitTest, IIntegrationTest and IMutationTest components.

0.12.1

12 Nov 20:35
Compare
Choose a tag to compare

🛠️ Fixes

    • Fixed incorrect verbosity of the default implementation of the IUnitTest component