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

chore(release): 3.0.1 [skip ci]

parent 75c9d264
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [3.0.1](https://gitlab.com/to-be-continuous/bash/compare/3.0.0...3.0.1) (2022-08-10)


### Bug Fixes

* add missing branch variables ([75c9d26](https://gitlab.com/to-be-continuous/bash/commit/75c9d264e68a7dc10c44e38f07702dc7bc7f506c))

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


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

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