Commit 8d9960f4 authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 1.2.2 [skip ci]

## [1.2.2](https://gitlab.com/to-be-continuous/gitlab-package/compare/1.2.1...1.2.2) (2024-10-04)

### Bug Fixes

* **release:** support full semantic-versioning specifcation (with prerelease and build metadata) ([dc232a1a](https://gitlab.com/to-be-continuous/gitlab-package/commit/dc232a1a857ea7fbb3efd969303b30c910d5366e))
parent dc232a1a
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [1.2.2](https://gitlab.com/to-be-continuous/gitlab-package/compare/1.2.1...1.2.2) (2024-10-04)


### Bug Fixes

* **release:** support full semantic-versioning specifcation (with prerelease and build metadata) ([dc232a1](https://gitlab.com/to-be-continuous/gitlab-package/commit/dc232a1a857ea7fbb3efd969303b30c910d5366e))

## [1.2.1](https://gitlab.com/to-be-continuous/gitlab-package/compare/1.2.0...1.2.1) (2024-05-05)


+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.2.1
  - component: $CI_SERVER_FQDN/to-be-continuous/gitlab-package/gitlab-ci-gitlab-package@1.2.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.2.1'
    ref: '1.2.2'
    file: '/templates/gitlab-ci-gitlab-package.yml'

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