Commit d656ce45 authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent 3d335263
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [2.2.2](https://gitlab.com/to-be-continuous/semantic-release/compare/2.2.1...2.2.2) (2022-02-14)


### Bug Fixes

* add main branch for configuration generation  ([eb82e43](https://gitlab.com/to-be-continuous/semantic-release/commit/eb82e43dde2a3fdc23c83eeb33071a88f9f2560b)), closes [#14](https://gitlab.com/to-be-continuous/semantic-release/issues/14)

## [2.2.1](https://gitlab.com/to-be-continuous/semantic-release/compare/2.2.0...2.2.1) (2022-01-08)


+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.1'
    ref: '2.2.2'
    file: '/templates/gitlab-ci-semrel.yml'
```

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

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

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