Skip to content

Commit

Permalink
Configure prepare-release action (#320)
Browse files Browse the repository at this point in the history
Configure prepare-release action

Reviewed-by: František Lachman <[email protected]>
  • Loading branch information
softwarefactory-project-zuul[bot] authored Nov 20, 2023
2 parents 78f50b4 + 47aa095 commit c5f177d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,12 @@ jobs:
with:
fetch-depth: 0
- name: Prepare release content
uses: packit/prepare-release@v1
uses: packit/prepare-release@v2
with:
version: ${{ inputs.version }}
specfiles: fedora/python-specfile.spec,epel8/python-specfile.spec
prerelease_suffix_pattern: ([.\\-_]?)(a(lpha)?|b(eta)?|r?c|pre(view)?)([.\\-_]?\\d+)?
prerelease_suffix_macro: prerelease
- name: Create Pull Request
uses: peter-evans/create-pull-request@v4
with:
Expand Down

0 comments on commit c5f177d

Please sign in to comment.