Commit fbc618b3 authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent da03c712
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [1.6.0](https://gitlab.com/to-be-continuous/gitlab-package/compare/1.5.0...1.6.0) (2025-09-25)


### Features

* add control to the version to publish ([a1d0ffd](https://gitlab.com/to-be-continuous/gitlab-package/commit/a1d0ffd5a02269831b1a39bcc914ee815121e2e8))

# [1.5.0](https://gitlab.com/to-be-continuous/gitlab-package/compare/1.4.0...1.5.0) (2025-08-12)


+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: $CI_SERVER_FQDN/to-be-continuous/gitlab-package/gitlab-ci-gitlab-package@1.5.0
  - component: $CI_SERVER_FQDN/to-be-continuous/gitlab-package/gitlab-ci-gitlab-package@1.6.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.5.0'
    ref: '1.6.0'
    file: '/templates/gitlab-ci-gitlab-package.yml'

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