Skip to content

Commit

Permalink
packit.yaml: fix upstream tag template
Browse files Browse the repository at this point in the history
Currently the version in fedora is `v55`, which is wrong, it should just
be `55`.
  • Loading branch information
croissanne authored and regexowl committed Feb 3, 2025
1 parent 1b4ecdb commit 62a7721
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ upstream_package_name: cockpit-image-builder
downstream_package_name: cockpit-image-builder
# use the nicely formatted release description from our upstream release, instead of git shortlog
copy_upstream_release_description: true
upstream_tag_template: v{version}

actions:
create-archive:
Expand Down

0 comments on commit 62a7721

Please sign in to comment.