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

chore(release): 1.1.0 [skip ci]

parent bce8f256
Loading
Loading
Loading
Loading
Loading

CHANGELOG.md

0 → 100644
+6 −0
Original line number Diff line number Diff line
# [1.1.0](https://gitlab.com/to-be-continuous/gitlab-package/compare/1.0.0...1.1.0) (2023-12-8)


### Features

* use centralized tracking image (gitlab.com) ([b847266](https://gitlab.com/to-be-continuous/gitlab-package/commit/b84726630d6dc9339c8f4845b701c8025f41abd9))
+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/gitlab-package'
    ref: '1.0.0'
    ref: '1.1.0'
    file: '/templates/gitlab-ci-gitlab-package.yml'
```

+1 −1
Original line number Diff line number Diff line
@@ -321,7 +321,7 @@ glpkg-publish:
  stage: publish
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "gitlab-package", "1.0.0"]
      command: ["--service", "gitlab-package", "1.1.0"]
  before_script:
    - !reference [.packages-scripts]
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"