Commit f84a6aa1 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/bash/compare/2.1.1...3.0.0) (2022-08-05)

### Features

* adaptive pipeline ([543d03aa](https://gitlab.com/to-be-continuous/bash/commit/543d03aab8471bf722117c14d7c0a084107fb020))

### BREAKING CHANGES

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


### Features

* adaptive pipeline ([543d03a](https://gitlab.com/to-be-continuous/bash/commit/543d03aab8471bf722117c14d7c0a084107fb020))


### BREAKING CHANGES

* change default workflow from Branch pipeline to MR pipeline

## [2.1.1](https://gitlab.com/to-be-continuous/bash/compare/2.1.0...2.1.1) (2022-05-06)


+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ In order to include this template in your project, add the following to your `.g
```yaml
include:
  - project: 'to-be-continuous/bash'
    ref: '2.1.1'
    ref: '3.0.0'
    file: '/templates/gitlab-ci-bash.yml'
```

+1 −1
Original line number Diff line number Diff line
@@ -218,7 +218,7 @@ stages:
  stage: build
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "bash", "2.1.1" ]
      command: ["--service", "bash", "3.0.0" ]
  before_script:
    - *bash-scripts
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"