Commit 02c2e648 authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent 3d7601ff
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [2.2.4](https://git-us-east1-c.ci-gateway.int.gprd.gitlab.net:8989/to-be-continuous/semantic-release/compare/2.2.3...2.2.4) (2022-03-15)


### Bug Fixes

* don't overwrite existing .releaserc conf in semrel-info ([11c64dd](https://git-us-east1-c.ci-gateway.int.gprd.gitlab.net:8989/to-be-continuous/semantic-release/commit/11c64ddc53f65c77067bcf97649c8e23d948b05a))

## [2.2.3](https://gitlab.com/to-be-continuous/semantic-release/compare/2.2.2...2.2.3) (2022-02-25)


+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ In order to include this template in your project, add the following to your `gi
```yaml
include:
  - project: 'to-be-continuous/semantic-release'
    ref: '2.2.3'
    ref: '2.2.4'
    file: '/templates/gitlab-ci-semrel.yml'
```

+2 −2
Original line number Diff line number Diff line
@@ -541,7 +541,7 @@ stages:
    fi
  }

  if [[ "$TEMPLATE_CHECK_UPDATE_DISABLED" != "true" ]]; then check_for_update semrel "2.2.3"; fi
  if [[ "$TEMPLATE_CHECK_UPDATE_DISABLED" != "true" ]]; then check_for_update semrel "2.2.4"; fi
  unscope_variables
  eval_all_secrets

@@ -551,7 +551,7 @@ stages:
  image: $SEMREL_IMAGE
  services:
    - name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master"
      command: ["--service", "semrel", "2.2.3" ]
      command: ["--service", "semrel", "2.2.4" ]
  before_script:
    - *semrel-scripts
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"