Skip to content

Commit 82242d8

Browse files
committed
Remove no longer needed docs
1 parent adc1273 commit 82242d8

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.github/development.env

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
KUBECTL_VER=1.31

docs/Release.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
1. First make sure you have followed the [release process steps for releasing a new MKE binary.](https://github.com/MirantisContainers/mke/blob/main/docs/dev/creating-a-release.md)
44
2. Once the MKE binary is released, we can update homebrew.
5-
3. First create a PR updating `.github/development.env` if any dependency versions should be changed for the new release. Note k0sctl is not a dependency even though it is required for mkectl, this is because k0sctl brew formula is unfortunately not versioned. Merge the PR before proceeding so the actions can use the updated versions.
6-
4. Navigate to the [actions tab ](https://github.com/Mirantis/homebrew-tap/actions/workflows/update-homebrew.yml), and manually run the workflow while providing the new version (i.e `4.0.1`) as an input. Note there should be no "v" in this version. This will create a PR with the updated formula.
7-
5. If you updated dependencies in step 3, you may also need to update dependencies in the formula
8-
6. Verify the tests have finished. There should be bottles output as artifacts from the tests - these are used in the following step.
9-
7. Add the `pr-pull` label to the PR. This will run some final tests and merge the PR if successful.
5+
3. Navigate to the [actions tab ](https://github.com/Mirantis/homebrew-tap/actions/workflows/update-homebrew.yml), and manually run the workflow while providing the new version (i.e `4.0.1`) as an input. Note there should be no "v" in this version. This will create a PR with the updated formula.
6+
4. Verify the tests have finished. There should be bottles output as artifacts from the tests - these are used in the following step.
7+
5. Add the `pr-pull` label to the PR. This will run some final tests and merge the PR if successful.

0 commit comments

Comments
 (0)