Skip to content

Commit

Permalink
updatecli: use semver versionfilter
Browse files Browse the repository at this point in the history
Version bump PRs should use the semver instead of the latest tag

Issue: rancher/rke2#6402
Signed-off-by: Michael Fritch <[email protected]>
  • Loading branch information
mgfritch committed Jul 31, 2024
1 parent dd1d2fe commit da306ca
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions updatecli/updatecli.d/update-upstream.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@ sources:
release: true
draft: false
prerelease: false
latest: true
versionfilter:
kind: latest
kind: semver

targets:
dockerfile:
Expand Down

0 comments on commit da306ca

Please sign in to comment.