diff options
Diffstat (limited to 'DEVELOPMENT.md')
-rw-r--r-- | DEVELOPMENT.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 2641a1a..3fd937b 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -49,7 +49,8 @@ another user, it could get used instead). Upgrading dependencies ---------------------- -* Upgrade virtual environment packages: `make venv/upgrade` +* Upgrade virtual environment packages: `make venv/upgrade`. +`make maintenance` does that and pushes a commit to the upstream. * Upgrade base Docker images. * Find the current base images using `git grep -P 'FROM \w+:'` * Upgrade the [cmark-gfm] version used in the [cgitize-frontend Docker image]. |