Commit 6175da0c authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent ffa25902
Loading
Loading
Loading
Loading
Loading

CHANGELOG.md

0 → 100644
+6 −0
Original line number Diff line number Diff line
## [1.0.1](https://gitlab.com/to-be-continuous/hurl/compare/1.0.0...1.0.1) (2023-10-16)


### Bug Fixes

* declare all TBC stages ([ffa2590](https://gitlab.com/to-be-continuous/hurl/commit/ffa259025e819895d2f9bf3ee7285bd004fb0892))
+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 `gi
```yaml
include:
  - project: 'to-be-continuous/hurl'
    ref: '1.0.0'
    ref: '1.0.1'
    file: '/templates/gitlab-ci-hurl.yml'
```

+1 −1
Original line number Diff line number Diff line
@@ -343,7 +343,7 @@ hurl:
    entrypoint: [""]
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "hurl", "1.0.0"]
      command: ["--service", "hurl", "1.0.1"]
  stage: acceptance
  before_script:
    - *hurl-scripts