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

chore(release): 3.0.0 [skip ci]

# [3.0.0](https://gitlab.com/to-be-continuous/semantic-release/compare/2.3.1...3.0.0) (2022-08-05)

### Features

* make MR pipeline the default workflow ([6128ce69](https://gitlab.com/to-be-continuous/semantic-release/commit/6128ce69cb57f407db307a2b775e31dca1c1a403))

### BREAKING CHANGES

* change default workflow from Branch pipeline to MR pipeline
parent b65a09fd
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
# [3.0.0](https://gitlab.com/to-be-continuous/semantic-release/compare/2.3.1...3.0.0) (2022-08-05)


### Features

* make MR pipeline the default workflow ([6128ce6](https://gitlab.com/to-be-continuous/semantic-release/commit/6128ce69cb57f407db307a2b775e31dca1c1a403))


### BREAKING CHANGES

* change default workflow from Branch pipeline to MR pipeline

## [2.3.1](https://gitlab.com/to-be-continuous/semantic-release/compare/2.3.0...2.3.1) (2022-06-07)


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

+1 −1
Original line number Diff line number Diff line
@@ -546,7 +546,7 @@ stages:
  image: $SEMREL_IMAGE
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "semrel", "2.3.1" ]
      command: ["--service", "semrel", "3.0.0" ]
  before_script:
    - *semrel-scripts
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"