Commit 0812606d authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 2.0.3 [skip ci]

parent 14fdcb56
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [2.0.3](https://gitlab.com/to-be-continuous/semantic-release/compare/2.0.2...2.0.3) (2021-09-27)


### Bug Fixes

* handle absent release property in package.json ([a5c73a9](https://gitlab.com/to-be-continuous/semantic-release/commit/a5c73a9d51d35ff98768d336467574c7b260ba4b))

## [2.0.2](https://gitlab.com/to-be-continuous/semantic-release/compare/2.0.1...2.0.2) (2021-09-09)

### Bug Fixes
+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.0.2'
    ref: '2.0.3'
    file: '/templates/gitlab-ci-semrel.yml'
```

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

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

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