@@ -20,23 +20,8 @@ assignees: ''
20
20
21
21
Part of < https://github.com/stackabletech/issues/issues/TRACKING_ISSUE >
22
22
23
- Replace the items in the task lists below with the applicable Pull Requests (if any).
24
-
25
- > [ !TIP]
26
- > Create branches with predictable names so the links below work. Remember
27
- > to replace ` xx.(x)x ` with the appropriate release version:
28
- >
29
- > ``` sh
30
- > git stash -m " unsaved work"
31
- > git fetch origin
32
- > git checkout -b fix/getting-started-pre-xx.(x)x origin/main
33
- > ` ` `
34
- >
35
- > Then use the links below to automatically create applicable PRs for each operator
36
- > using the PR template.
37
-
38
23
In each operator repository, run the following commands. If any updates are
39
- required, open a PR using the links below.
24
+ required, open a PR using the applicable link below.
40
25
41
26
``` shell
42
27
# Some of the scripts are in a code/ subdirectory
@@ -55,6 +40,21 @@ kind delete cluster && kind create cluster
55
40
popd
56
41
```
57
42
43
+ > [ !TIP]
44
+ > Create branches with predictable names so the links below work. Remember
45
+ > to replace ` xx.(x)x ` with the appropriate release version:
46
+ >
47
+ > ``` sh
48
+ > git stash -m " unsaved work"
49
+ > git fetch origin
50
+ > git checkout -b fix/getting-started-pre-xx.(x)x origin/main
51
+ > ` ` `
52
+ >
53
+ > Then use the links below to automatically create applicable PRs for each operator
54
+ > using the PR template.
55
+
56
+ Replace the items in the task lists below with the applicable Pull Requests (if any).
57
+
58
58
< ! --
59
59
The following list was generated by:
60
60
0 commit comments