forked from apache/superset
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: improve docs and update apache release scripts (apache#11457)
- Loading branch information
Showing
5 changed files
with
17 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -65,11 +65,19 @@ the wrong files/using wrong names. There's a script to help you set correctly al | |
necessary environment variables. Change your current directory to `superset/RELEASING` | ||
and execute the `set_release_env.sh` script with the relevant parameters: | ||
|
||
Usage (BASH): | ||
```bash | ||
# usage (BASH): . set_release_env.sh <SUPERSET_RC_VERSION> <PGP_KEY_FULLNAME> | ||
# usage (ZSH): source set_release_env.sh <SUPERSET_RC_VERSION> <PGP_KEY_FULLNAME> | ||
# | ||
# example: source set_release_env.sh 0.37.0rc1 [email protected] | ||
. set_release_env.sh <SUPERSET_RC_VERSION> <PGP_KEY_FULLNAME> | ||
``` | ||
|
||
Usage (ZSH): | ||
```bash | ||
source set_release_env.sh <SUPERSET_RC_VERSION> <PGP_KEY_FULLNAME> | ||
``` | ||
|
||
Example: | ||
```bash | ||
source set_release_env.sh 0.37.0rc1 [email protected] | ||
``` | ||
|
||
The script will output the exported variables. Here's example for 0.37.0rc1: | ||
|