From 743aa725df1df45cc09df44bdf04969c394d057d Mon Sep 17 00:00:00 2001 From: Martin Bruzina Date: Wed, 17 Sep 2025 20:54:22 +0200 Subject: [PATCH] ci: add semantic release major tag --- .github/workflows/semantic-release.yaml | 9 ++++++--- .releaserc.yaml | 1 + 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/semantic-release.yaml b/.github/workflows/semantic-release.yaml index 2e99acc..89f4d53 100644 --- a/.github/workflows/semantic-release.yaml +++ b/.github/workflows/semantic-release.yaml @@ -7,7 +7,10 @@ on: - main jobs: - call-reusable-release: - uses: xebis/github-actions-and-workflows/.github/workflows/semantic-release.yaml@main + release: + name: Release + uses: xebis/github-actions-and-workflows/.github/workflows/semantic-release.yaml@v0 + with: + GH_APP_ID: ${{ vars.GH_APP_SEM_REL_ID }} secrets: - GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GH_APP_PEM_FILE: ${{ secrets.GH_APP_SEM_REL_PEM_FILE }} diff --git a/.releaserc.yaml b/.releaserc.yaml index 5969a2a..92b4503 100644 --- a/.releaserc.yaml +++ b/.releaserc.yaml @@ -12,3 +12,4 @@ plugins: - - "@semantic-release/git" - assets: - CHANGELOG.md + - semantic-release-major-tag