Skip to content

Commit 4173395

Browse files
authored
Fix broken links (#1787)
Signed-off-by: Rishabh Bohra <[email protected]>
1 parent 2c243d5 commit 4173395

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

RELEASE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ The token must grant full access to: `repo`, `write:packages`, `read:packages`.
7979
![img](.github/new-branch.png)
8080
1. Send an announcement email to [[email protected]](https://groups.google.com/forum/#!forum/kudobuilder) with the subject `[ANNOUNCE] Kudo $VERSION is released`
8181
1. Run `./hack/generate_krew.sh` and submit the generated `kudo.yaml` to https://github.com/kubernetes-sigs/krew-index/.
82-
1. Update KUDO_VERSION [in the Makefile](https://github.com/kudobuilder/operators/blob/main/Makefile#L2) of operators repo
82+
1. Update KUDO_VERSION [in the Makefile](https://github.com/kudobuilder/operators/blob/master/Makefile#L2) of operators repo.
8383

8484
**Note:** If there are issues with the release, any changes to the repository will result in it being considered "dirty" and not in a state to be released.
8585
It is possible outside of the standard release process to build a "snapshot" release using the following command: `goreleaser release --skip-publish --snapshot --rm-dist`
@@ -91,7 +91,7 @@ This process will create a `dist` folder with all the build artifacts. The chang
9191

9292
### Cutting a Release Branch
9393

94-
As outlined above, when it is necessary to create a new release branch, it is necessary to update the [circle-ci config](https://github.com/kudobuilder/kudo/blob/main/.circle-ci/config.yml#L13) to test merges against the correct branch. It is necessary replace all references to `main` with the appropriate release branch.
94+
As outlined above, when it is necessary to create a new release branch, it is necessary to update the [circle-ci config](https://github.com/kudobuilder/kudo/blob/main/.circleci/config.yml) to test merges against the correct branch. It is necessary replace all references to `main` with the appropriate release branch.
9595

9696
### Cutting a Patch Release
9797

@@ -110,4 +110,4 @@ This is the full pre-release step by step:
110110
1. Invoke goreleaser `goreleaser --rm-dist`.
111111
1. Push only versioned docker image via `docker push kudobuilder/controller:v0.2.0-rc1`
112112

113-
**Note:** The release notes for a pre-release should contain all changes since any previously released version. For example `0.16.0-rc1` should list all changes since `0.15.3` if that was the latest `0.15` release. `0.16.0-rc2` would contain all changes since `0.16.0-rc1`.
113+
**Note:** The release notes for a pre-release should contain all changes since any previously released version. For example `0.16.0-rc1` should list all changes since `0.15.3` if that was the latest `0.15` release. `0.16.0-rc2` would contain all changes since `0.16.0-rc1`.

0 commit comments

Comments
 (0)