Commit 779ab61f authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent d4278261
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [3.1.0](https://gitlab.com/to-be-continuous/bash/compare/3.0.1...3.1.0) (2022-10-04)


### Features

* document reports ([27e103c](https://gitlab.com/to-be-continuous/bash/commit/27e103c2148241bff4f933c130eba7f91a37310a))

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


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

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