Commit 739ad5e7 authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent c59d8a17
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [1.2.0](https://gitlab.com/to-be-continuous/gitlab-package/compare/1.1.0...1.2.0) (2024-1-27)


### Features

* migrate to CI/CD component ([30cb585](https://gitlab.com/to-be-continuous/gitlab-package/commit/30cb585e4eca3d7ab1a11b0b350fe0eaab734fce))

# [1.1.0](https://gitlab.com/to-be-continuous/gitlab-package/compare/1.0.0...1.1.0) (2023-12-8)


+2 −2
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ Add the following to your `gitlab-ci.yml`:
```yaml
include:
  # 1: include the component
  - component: gitlab.com/to-be-continuous/gitlab-package/gitlab-ci-gitlab-package@1.1.0
  - component: gitlab.com/to-be-continuous/gitlab-package/gitlab-ci-gitlab-package@1.2.0
    # 2: set/override component inputs
    inputs:
      files: "build/*.tgz" # ⚠ this is only an example
@@ -28,7 +28,7 @@ Add the following to your `gitlab-ci.yml`:
include:
  # 1: include the template
  - project: 'to-be-continuous/gitlab-package'
    ref: '1.1.0'
    ref: '1.2.0'
    file: '/templates/gitlab-ci-gitlab-package.yml'

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