You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Modify the images in `images` folder and them to main branch.
37
+
38
+
The run:
39
+
40
+
```bash
41
+
git checkout main
42
+
git tag image-v<nextversion>
43
+
git push --tags
44
+
```
45
+
46
+
### plugin
47
+
33
48
Released with [krew release bot](https://github.com/rajatjindal/krew-release-bot).
34
49
35
-
## local testing
50
+
51
+
```bash
52
+
git checkout main
53
+
git tag v<nextversion>
54
+
git push --tags
55
+
```
56
+
57
+
The automation will create a github release and open a PR in https://github.com/kubernetes-sigs/krew-index. As long as only the version is changed, the PR will be automatically merged.
0 commit comments