Commit 5d584886 authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent cb908cd2
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [1.3.2](https://gitlab.com/to-be-continuous/gitlab-package/compare/1.3.1...1.3.2) (2025-06-20)


### Bug Fixes

* **release:** fix RELEASE_REF regex ([cb908cd](https://gitlab.com/to-be-continuous/gitlab-package/commit/cb908cd24b9f544126a0b23726a3e718fa126049))

## [1.3.1](https://gitlab.com/to-be-continuous/gitlab-package/compare/1.3.0...1.3.1) (2025-06-13)


+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.3.1
  - component: $CI_SERVER_FQDN/to-be-continuous/gitlab-package/gitlab-ci-gitlab-package@1.3.2
    # 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.3.1'
    ref: '1.3.2'
    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.3.1"]
      command: ["--service", "gitlab-package", "1.3.2"]
  before_script:
    - !reference [.packages-scripts]
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"