Financial steering committee page member images (#1613)

This commit is contained in:
daveoconnor
2025-01-27 10:18:23 -08:00
committed by GitHub
parent 0a1d35d917
commit c4e6302360
14 changed files with 120 additions and 13 deletions

View File

@@ -307,6 +307,8 @@ If both the `--release` and the `--library-name` are passed, the command will lo
**Purpose**: Execute a chain of commands which are necessary to run during a release. Imports new versions, beta versions, slack messages, github issues, commits, authors, maintainers, etc... Inspect the management command to see exactly which commands are being run.
For this to work `SLACK_BOT_API` must be set in the `.env` file.
**Example**
```bash

View File

@@ -79,3 +79,6 @@ This project uses environment variables to configure certain aspects of the appl
### `MAX_CELERY_CONNECTIONS`
- If set, will set the maximum number of connections to the Celery in `settings.py`. Defaults to 60.
### `SLACK_BOT_TOKEN`
- Used to authenticate with the Slack API for pulling data for release reports.