Skip to content

Commit e295083

Browse files
authored
update release guide for CLI plugin (#2253)
1 parent 8b30aee commit e295083

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/dev/release.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,9 @@ git add helm-charts
257257
git push
258258
```
259259

260-
If the release is a new minor version, then the CLI must be updated with the new version (and any new CRDs) [here](https://github.com/mongodb/mongodb-atlas-cli/blob/master/internal/kubernetes/operator/features/crds.go).
260+
If the release is a new minor version, then the CLI must be updated with the new version (and any new CRDs) [here](https://github.com/mongodb/atlas-cli-plugin-kubernetes/blob/main/internal/kubernetes/operator/features/crds.go).
261+
262+
If necessary, a CLI plugin release can be created as detailed [here](https://github.com/mongodb/atlas-cli-plugin-kubernetes/blob/main/RELEASING.md).
261263

262264
# Updating the ROSA cluster
263265

@@ -315,4 +317,4 @@ The release creation will fail if the file `major-version` contents does not mat
315317
2. Notice if we tried to re-release an older major version when the code is already prepared for the next major version.
316318
3. Skip some tests, like `helm update`, when crossing from one major version to the next, as such test is not expected to work across incompatible major version upgrades.
317319

318-
If the create release branch job fails due an error such as `Bad major version for X... expected Y..`, review whether or not the `major-version` file was updated as expected. Check as well you are not trying to release a patch for the older major version from the new major version codebase.
320+
If the create release branch job fails due an error such as `Bad major version for X... expected Y..`, review whether or not the `major-version` file was updated as expected. Check as well you are not trying to release a patch for the older major version from the new major version codebase.

0 commit comments

Comments
 (0)