Commit 766b9ca2 authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 2.2.2 [skip ci]

parent e01067f0
Loading
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
## [2.2.2](https://gitlab.com/to-be-continuous/dotnet/compare/2.2.1...2.2.2) (2026-02-15)


### Bug Fixes

* **bash mode:** unmask errors in shell pipelines with 'set -o pipefail' ([c1430ec](https://gitlab.com/to-be-continuous/dotnet/commit/c1430ec3ffe373756eed7eda5c62e25a2a39523d))
* **semgrep:** typo in dotnet-semgrep rules ([54a7e6e](https://gitlab.com/to-be-continuous/dotnet/commit/54a7e6e46f76d64de62bca17eebc204d77839421)), closes [#15](https://gitlab.com/to-be-continuous/dotnet/issues/15)

## [2.2.1](https://gitlab.com/to-be-continuous/dotnet/compare/2.2.0...2.2.1) (2026-01-01)


+3 −3
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@ Add the following to your `.gitlab-ci.yml`:
```yaml
include:
  # 1: include the component
  - component: $CI_SERVER_FQDN/to-be-continuous/dotnet/gitlab-ci-dotnet@2.2.1
  - component: $CI_SERVER_FQDN/to-be-continuous/dotnet/gitlab-ci-dotnet@2.2.2
    # 2: set/override component inputs
    inputs:
      test-enabled: true
@@ -43,7 +43,7 @@ Add the following to your `.gitlab-ci.yml`:
include:
  # 1: include the template
  - project: 'to-be-continuous/dotnet'
    ref: '2.2.1'
    ref: '2.2.2'
    file: '/templates/gitlab-ci-dotnet.yml'

variables:
@@ -112,7 +112,7 @@ You can specify multiple project directories or direct paths to solution or proj

```yaml
include:
  - component: $CI_SERVER_FQDN/to-be-continuous/dotnet/gitlab-ci-dotnet@2.2.1
  - component: $CI_SERVER_FQDN/to-be-continuous/dotnet/gitlab-ci-dotnet@2.2.2
    inputs:
      test-enabled: true

+1 −1
Original line number Diff line number Diff line
@@ -2027,7 +2027,7 @@ stages:
.dotnet-base:
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "dotnet", "2.2.1"]
      command: ["--service", "dotnet", "2.2.2"]
  before_script:
    - !reference [.dotnet-scripts]