From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Sat, 31 Jan 2026 03:49:43 +0000 (-0800) Subject: Remove commitish X-Git-Tag: v2.20.6~1^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4363567fa79cd7bbc40adcca58ee458dca27d9ef;p=thirdparty%2Fpaperless-ngx.git Remove commitish --- diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index 2b8169f245..89c8a96eae 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -44,7 +44,6 @@ 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 c1169f6642..f8eb6c8322 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -617,7 +617,6 @@ jobs: version: ${{ steps.get_version.outputs.version }} prerelease: ${{ steps.get_version.outputs.prerelease }} publish: true # ensures release is not marked as draft - commitish: ${{ github.sha }} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Upload release archive