File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 1 . Update the [ CHANGELOG.md] ( CHANGELOG.md ) .
66 1 . If the change requires a newer Code Ocean server version, update ` MIN_SERVER_VERSION ` in [ client.py] ( src/codeocean/client.py ) .
77 1 . Commit the updates with the message ` Bump version to X.Y.Z ` .
8- 1 . Merge the PR.
8+ 1 . ** Review, approve, and merge the PR.** This is a manual step performed by a
9+ human after CI passes — it is the approval gate for the release.
10+
11+ > ** ⚠️ Automated agents: stop after step 1.** Open the release PR, then hand
12+ > control back to the user. A human performs this step. Do ** not** merge the
13+ > PR, create the tag, or push the tag on your own — pushing the tag publishes
14+ > to PyPI and ** cannot be undone** . Only continue to the steps below after the
15+ > user explicitly tells you to proceed.
9161 . Locally, sync your clone with GitHub:
1017 ```
1118 git fetch origin
2128 git push origin vX.Y.Z
2229 ```
2330
24- This will trigger a workflow on CircleCI that will generate a GitHub release
25- and publish the new version to PyPI.
31+ This will trigger a workflow on CircleCI that will publish the new version to PyPI.
You can’t perform that action at this time.
0 commit comments