Commit 2ec8bc5f authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 1.0.1 [skip ci]

parent 5d36c700
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [1.0.1](https://gitlab.com/to-be-continuous/debian/compare/1.0.0...1.0.1) (2025-09-13)


### Bug Fixes

* move the build job to the package-build ([5d36c70](https://gitlab.com/to-be-continuous/debian/commit/5d36c700a2e53ed238b4a8a41b0e8a1ea94636b2))

# 1.0.0 (2025-09-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/debian/gitlab-ci-debian@1.0.0
  - component: $CI_SERVER_FQDN/to-be-continuous/debian/gitlab-ci-debian@1.0.1
    # 2: set/override component inputs
    inputs:
      # ⚠ this is only an example
@@ -29,7 +29,7 @@ Add the following to your `.gitlab-ci.yml`:
include:
  # 1: include the template
  - project: "to-be-continuous/debian"
    ref: "1.0.0"
    ref: "1.0.1"
    file: "/templates/gitlab-ci-debian.yml"

variables:
+1 −1
Original line number Diff line number Diff line
@@ -368,7 +368,7 @@ stages:
  image: $DEBIAN_BASE_IMAGE
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "debian", "1.0.0"]
      command: ["--service", "debian", "1.0.1"]
  before_script:
    - !reference [.debian-scripts]
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"