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
Copy file name to clipboardExpand all lines: DEVELOPMENT.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,8 +66,6 @@ Prerequisites:
66
66
67
67
- export a `GITHUB_TOKEN` with repo and write:packages permissions: https://github.com/settings/tokens/new?scopes=repo,write:packages.
68
68
69
-
- Make sure you are logged in to the prod AWS account with `aws sso login --sso-session=kernel` + `export AWS_PROFILE=kernel-prod`. This is necessary to publish releases to S3.
70
-
71
69
With a clean tree on the branch you want to release (can be main or a pr branch you're about to merge, doesn't matter), run:
72
70
73
71
```bash
@@ -82,7 +80,7 @@ To actually release, run:
82
80
```bash
83
81
# use `git tag -l | grep cli` to find the latest version and what you want to bump it to
0 commit comments