Commit af17b2ed authored by ansible-repo-updater[bot]'s avatar ansible-repo-updater[bot]
Browse files

chore: sync from template v1.4.0

parent 78f72f58
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -14,8 +14,6 @@ jobs:
  rebase:
    name: "Rebase"
    runs-on: ubuntu-latest
    # Run only on release commits
    if: startsWith(github.event.head_commit.message, 'chore(release):')
    permissions:
      pull-requests: write
      contents: write
+0 −2
Original line number Diff line number Diff line
@@ -10,8 +10,6 @@ jobs:
  release:
    name: "Release"
    runs-on: ubuntu-latest
    # Skip release on release commits to avoid infinite loop
    if: "!startsWith(github.event.head_commit.message, 'chore(release):')"
    permissions:
      contents: write
      pull-requests: write

CHANGELOG.md

deleted100644 → 0
+0 −11
Original line number Diff line number Diff line
## [1.0.1](https://github.com/disafronov/ansible_role-gitlab_omnibus/compare/v1.0.0...v1.0.1) (2026-01-09)

### Bug Fixes

* pipefail ([f493cce](https://github.com/disafronov/ansible_role-gitlab_omnibus/commit/f493cce9cd76f438b0f912703542fffa2302bb36))

## 1.0.0 (2026-01-09)

### Features

* initial ([adac1b8](https://github.com/disafronov/ansible_role-gitlab_omnibus/commit/adac1b8856acd1269057a63a660dc50c3323493a))