diff --git a/.github/release.yml b/.github/release.yml new file mode 100644 index 0000000..a7848fe --- /dev/null +++ b/.github/release.yml @@ -0,0 +1,20 @@ +# Copyright © Michal Čihař +# +# SPDX-License-Identifier: CC0-1.0 + +changelog: + categories: + - title: Changes and improvements + labels: + - '*' + exclude: + labels: + - dependencies + authors: + - weblate + - title: Dependency updates + labels: + - dependencies + - title: Translation updates + authors: + - weblate diff --git a/.github/workflows/setup.yml b/.github/workflows/setup.yml index d333ac1..250c39b 100644 --- a/.github/workflows/setup.yml +++ b/.github/workflows/setup.yml @@ -124,10 +124,10 @@ jobs: needs: - check steps: - - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 + - uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 with: - name: dist path: dist + merge-multiple: true - uses: ncipollo/release-action@b7eabc95ff50cbeeedec83973935c8f306dfcd0b # v1.20.0 with: generateReleaseNotes: true