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: RELEASE.md
+18-7Lines changed: 18 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,11 +38,17 @@ Bump up the version number as follows.
38
38
39
39
If you haven't already done it, [create and publish the GPG key](https://pulsar.apache.org/contribute/create-gpg-keys/) to sign the release artifacts.
40
40
41
+
Before running the commands in the following sections, make sure the `GPG_TTY` environment variable has been set.
42
+
43
+
```bash
44
+
export GPG_TTY=$(tty)
45
+
```
46
+
41
47
## Upgrade the C++ client dependency
42
48
43
49
During the development, the C++ client dependency might be downloaded from an unofficial release. But when releasing the Python client, the dependency must be downloaded from an official release. You should modify the base url in [dep-url.sh](./build-support/dep-url.sh).
0 commit comments