From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Sat, 31 Jan 2026 06:19:48 +0000 (-0800) Subject: Fix commitish config X-Git-Tag: v2.20.6^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5bb5b237baffa6cf2d9077265ba0d2a413a4bcc;p=thirdparty%2Fpaperless-ngx.git Fix commitish config --- diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index 89c8a96eae..2b8169f245 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -44,6 +44,7 @@ include-labels: - 'notable' exclude-labels: - 'skip-changelog' +filter-by-commitish: true category-template: '### $TITLE' change-template: '- $TITLE @$AUTHOR ([#$NUMBER]($URL))' change-title-escapes: '\<*_&#@' diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f8eb6c8322..98f4272e34 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -617,6 +617,7 @@ jobs: version: ${{ steps.get_version.outputs.version }} prerelease: ${{ steps.get_version.outputs.prerelease }} publish: true # ensures release is not marked as draft + commitish: main env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Upload release archive