Packit: handle only tags without a 'dot'
Signed-off-by: Tomáš Hozza <thozza@redhat.com>
This commit is contained in:
parent
23de60cd23
commit
1395c812ca
1 changed files with 4 additions and 0 deletions
|
|
@ -17,6 +17,10 @@ srpm_build_deps: []
|
|||
actions:
|
||||
get-current-version: bash -c "git describe --tags --abbrev=0 | sed 's|v||'"
|
||||
|
||||
# Handle only releases without a "dot" (e.g. v88.2), since "dot" releases should never be released to Fedora
|
||||
# "dot" releases are used only for "backports" to RHEL.
|
||||
upstream_tag_include: 'v\d+'
|
||||
|
||||
jobs:
|
||||
- &copr
|
||||
job: copr_build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue