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

chore(release): 1.0.1 [skip ci]

## [1.0.1](https://gitlab.com/to-be-continuous/rpm/compare/1.0.0...1.0.1) (2025-09-07)

### Bug Fixes

* **rpmlint:** also look for rpmlintrc file in the RPM_SOURCE_DIR ([98b8a26a](https://gitlab.com/to-be-continuous/rpm/commit/98b8a26a486a5e6e88050af32a79f94795a165b9))
parent 98b8a26a
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [1.0.1](https://gitlab.com/to-be-continuous/rpm/compare/1.0.0...1.0.1) (2025-09-07)


### Bug Fixes

* **rpmlint:** also look for rpmlintrc file in the RPM_SOURCE_DIR ([98b8a26](https://gitlab.com/to-be-continuous/rpm/commit/98b8a26a486a5e6e88050af32a79f94795a165b9))

# 1.0.0 (2025-08-23)


+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/rpm/gitlab-ci-rpm@1.0.0
  - component: $CI_SERVER_FQDN/to-be-continuous/rpm/gitlab-ci-rpm@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/rpm"
    ref: "1.0.0"
    ref: "1.0.1"
    file: "/templates/gitlab-ci-rpm.yml"

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