Packit: handle only tags without a 'dot'
Signed-off-by: Tomáš Hozza <thozza@redhat.com>
This commit is contained in:
parent
61aea1a06f
commit
fc7810e158
1 changed files with 3 additions and 0 deletions
|
|
@ -15,6 +15,9 @@ actions:
|
|||
get-current-version: bash -c "git describe --tags --abbrev=0 | sed 's|v||'"
|
||||
post-upstream-clone: "./tools/rpm_spec_add_provides_bundle.sh"
|
||||
|
||||
# Handle only releases without a "dot" (e.g. v88.2), since "dot" releases should never be released to Fedora
|
||||
upstream_tag_include: 'v\d+'
|
||||
|
||||
jobs:
|
||||
- job: bodhi_update
|
||||
trigger: commit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue