Skip to content

Commit 27d168a

Browse files
committed
Mention the endpoint's SDK dependency when bumping versions
1 parent 839e8d9 commit 27d168a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RELEASING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ You will also need the following credentials:
2727
$ git checkout -b v1.1.0 main
2828
```
2929

30-
1. Bump the version of both packages to a new alpha release (e.g., `1.0.0` -> `1.1.0a0`):
30+
1. Bump the version of both packages, and the endpoint's SDK dependency, to a new alpha release (e.g., `1.0.0` -> `1.1.0a0`):
3131

3232
```console
3333
$ $EDITOR compute_sdk/globus_compute_sdk/version.py compute_endpoint/setup.py compute_endpoint/globus_compute_endpoint/version.py
@@ -82,7 +82,7 @@ You will also need the following credentials:
8282
$ git checkout v1.1.0
8383
```
8484

85-
1. Remove the alpha version designation for both packages (e.g., `1.1.0a1` -> `1.1.0`):
85+
1. Remove the alpha version designation for both packages and the endpoint's SDK dependency (e.g., `1.1.0a1` -> `1.1.0`):
8686

8787
```console
8888
$ $EDITOR compute_sdk/globus_compute_sdk/version.py compute_endpoint/setup.py compute_endpoint/globus_compute_endpoint/version.py

0 commit comments

Comments
 (0)