Skip to content

Commit f9443f0

Browse files
committed
Adapt release defaults
1 parent 20f6374 commit f9443f0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release-against-rancher.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ on:
33
workflow_dispatch:
44
inputs:
55
rancher_ref:
6-
description: "Submit PR against the following rancher/rancher branch (e.g. release/v2.13 or main if there is no according release branch yet)"
6+
description: "Submit PR against the following rancher/rancher branch (e.g. release/v2.15 or main if there is no according release branch yet)"
77
required: true
8-
default: "main"
8+
default: "release/v0.15"
99
new_fleet:
10-
description: "New Fleet version (e.g. 0.14.0-rc.1)"
10+
description: "New Fleet version (e.g. 0.15.0-rc.1)"
1111
required: true
1212
default: ""
1313
new_chart:
14-
description: "New Rancher Chart version (e.g. 108.0.0)"
14+
description: "New Rancher Chart version (e.g. 109.0.0)"
1515
required: true
1616
default: ""
1717
should_bump_api:

0 commit comments

Comments
 (0)